#269998

Color #269998 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #269998

Tints of Java #269998

Color information

#269998 (or 0x269998) is unknown color: approx Java. HEX triplet: 26, 99 and 98. RGB value is (38,153,152). Sum of RGB (Red+Green+Blue) = 38+153+152=343 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.08% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #269998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269998 is #D96667. Grayscale: #767676. Windows color (decimal): -14247528 or 10000678. OLE color: 10000678.

HSL color Cylindrical-coordinate representation of color #269998: hue angle of 179.48º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269998 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB38153152-
CMYK0.7500.010.4
HSL179.48º60.21%37.45%-
HSV(B)179.48º75.16%60%-
XYZ17.8625.4633.68-
YUV118.5146.970.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 11.08%
GREEN value IS 153 (60.16% from 255) = 44.61%
BLUE value IS 152 (59.77% from 255) = 44.31%
R=11.08%
G=44.61%
B=44.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381531520.7500.010.4179.4860.2137.45
Hex2699984B0128b33c25
Octal4623123011301502637445
Binary100110100110011001100010010110110100010110011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269998; }

 p { color: rgb(38,153,152); }

 H1.HeaderClassName
 {
   color: #269998;
 }
 .AnyTagClassName
 {
   color: #269998;
 }
</style>
background-color css

<style>
 a { background-color: #269998; }

 a { background-color: rgb(38,153,152); }

 div.DivClassName
 {
   background-color: #269998;
 }
 .BgClassName
 {
   background-color: #269998;
 }
</style>
border-color css

<style>
 span { border-color: #269998; }

 span { border-color: rgb(38,153,152); }

 td.TdClassName
 {
   border-color: #269998;
 }
 .TagClassName
 {
   border-color: #269998;
 }
</style>