Html Css Color HEX #269888 Java

📋 copy color: '#269888'

red 38 ◦ green 152 ◦ blue 136

#269888
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #269888

Tints of Java #269888

RGB

 RED value IS 38 (15.23% from 255) = 11.66%

 GREEN value IS 152 (59.77% from 255) = 46.63%

 BLUE value IS 136 (53.52% from 255) = 41.72%

R = 11.66%
G = 46.63%
B = 41.72%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#269888 (or 0x269888) is known color: Java. HEX triplet: 26, 98 and 88. RGB value is (38,152,136). Sum of RGB (Red+Green+Blue) = 38+152+136=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #269888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269888 is #D96777. Grayscale: #747474. Windows color (decimal): -14247800 or 8951846. OLE color: 8951846.

HSL color Cylindrical-coordinate representation of color #269888: hue angle of 171.58º 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 #269888 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 38 152 136 -
CMYK 0.75 0 0.11 0.40
HSL 171.58º 0.6% 0.37% -
HSV(B) 171.58º 0.75% 0.6% -
XYZ 16.47 24.65 27.18 -
YUV 116.09 139.23 72.3 -
System Red Green Blue C M Y K H S L
Decimal 38 152 136 0.75 0 0.11 0.40 171.58 0.6 0.37
Hex 26 98 88 4B 0 B 28 AC 3C 25
Octal 46 230 210 113 0 13 50 254 74 45
Binary 100110 10011000 10001000 1001011 0 1011 101000 10101100 111100 100101

Color Harmonies of #269888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269888

Black with #269888

Text Example


Text Example

White with #269888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269888; }

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

 H1.HeaderClassName
 {
   color: #269888;
 }
 .AnyTagClassName
 {
   color: #269888;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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