Html Css Color HEX #269588 Java

📋 copy color: '#269588'

red 38 ◦ green 149 ◦ blue 136

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

Shades of Java #269588

Tints of Java #269588

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.13%

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

R = 11.76%
G = 46.13%
B = 42.11%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#269588 (or 0x269588) is known color: Java. HEX triplet: 26, 95 and 88. RGB value is (38,149,136). Sum of RGB (Red+Green+Blue) = 38+149+136=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #269588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269588 is #D96A77. Grayscale: #727272. Windows color (decimal): -14248568 or 8951078. OLE color: 8951078.

HSL color Cylindrical-coordinate representation of color #269588: hue angle of 172.97º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269588 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 149 136 -
CMYK 0.74 0 0.09 0.42
HSL 172.97º 0.59% 0.37% -
HSV(B) 172.97º 0.74% 0.58% -
XYZ 15.99 23.68 27.02 -
YUV 114.33 140.23 73.56 -
System Red Green Blue C M Y K H S L
Decimal 38 149 136 0.74 0 0.09 0.42 172.97 0.59 0.37
Hex 26 95 88 4A 0 9 2A AD 3B 25
Octal 46 225 210 112 0 11 52 255 73 45
Binary 100110 10010101 10001000 1001010 0 1001 101010 10101101 111011 100101

Color Harmonies of #269588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269588

Black with #269588

Text Example


Text Example

White with #269588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269588; }

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

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

background-color css

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

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

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

border-color css

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

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

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