Html Css Color HEX #129797 Java

📋 copy color: '#129797'

red 18 ◦ green 151 ◦ blue 151

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

Shades of Java #129797

Tints of Java #129797

RGB

 RED value IS 18 (7.42% from 255) = 5.63%

 GREEN value IS 151 (59.38% from 255) = 47.19%

 BLUE value IS 151 (59.38% from 255) = 47.19%

R = 5.63%
G = 47.19%
B = 47.19%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#129797 (or 0x129797) is known color: Java. HEX triplet: 12, 97 and 97. RGB value is (18,151,151). Sum of RGB (Red+Green+Blue) = 18+151+151=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 151 (59.38% from 255 or 47.19% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 151 - color contains mainly: green, blue. Hex color #129797 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129797 is #ED6868. Grayscale: #6F6F6F. Windows color (decimal): -15558761 or 9934610. OLE color: 9934610.

HSL color Cylindrical-coordinate representation of color #129797: hue angle of 180º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129797 is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 151 151 -
CMYK 0.88 0 0 0.41
HSL 180º 0.79% 0.33% -
HSV(B) 180º 0.88% 0.59% -
XYZ 16.9 24.5 33.12 -
YUV 111.23 150.44 61.5 -
System Red Green Blue C M Y K H S L
Decimal 18 151 151 0.88 0 0 0.41 180 0.79 0.33
Hex 12 97 97 58 0 0 29 B4 4F 21
Octal 22 227 227 130 0 0 51 264 117 41
Binary 10010 10010111 10010111 1011000 0 0 101001 10110100 1001111 100001

Color Harmonies of #129797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129797

Black with #129797

Text Example


Text Example

White with #129797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129797; }

 p { color: rgb(18,151,151); }

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

background-color css

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

 a { background-color: rgb(18,151,151); }

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

border-color css

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

 span { border-color: rgb(18,151,151); }

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