Html Css Color HEX #269688 Java

📋 copy color: '#269688'

red 38 ◦ green 150 ◦ blue 136

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

Shades of Java #269688

Tints of Java #269688

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.3%

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

R = 11.73%
G = 46.3%
B = 41.98%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#269688 (or 0x269688) is known color: Java. HEX triplet: 26, 96 and 88. RGB value is (38,150,136). Sum of RGB (Red+Green+Blue) = 38+150+136=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #269688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269688 is #D96977. Grayscale: #727272. Windows color (decimal): -14248312 or 8951334. OLE color: 8951334.

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

Color convert

RGB 38 150 136 -
CMYK 0.75 0 0.09 0.41
HSL 172.5º 0.6% 0.37% -
HSV(B) 172.5º 0.75% 0.59% -
XYZ 16.15 24 27.07 -
YUV 114.92 139.89 73.14 -
System Red Green Blue C M Y K H S L
Decimal 38 150 136 0.75 0 0.09 0.41 172.5 0.6 0.37
Hex 26 96 88 4B 0 9 29 AC 3C 25
Octal 46 226 210 113 0 11 51 254 74 45
Binary 100110 10010110 10001000 1001011 0 1001 101001 10101100 111100 100101

Color Harmonies of #269688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269688

Black with #269688

Text Example


Text Example

White with #269688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269688; }

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

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

background-color css

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

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

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

border-color css

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

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

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