Html Css Color HEX #12999D Java

📋 copy color: '#12999D'

red 18 ◦ green 153 ◦ blue 157

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

Shades of Java #12999D

Tints of Java #12999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.65%

 BLUE value IS 157 (61.72% from 255) = 47.87%

R = 5.49%
G = 46.65%
B = 47.87%

CMYK

 C value IS 0.89

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12999D (or 0x12999D) is known color: Java. HEX triplet: 12, 99 and 9D. RGB value is (18,153,157). Sum of RGB (Red+Green+Blue) = 18+153+157=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #12999D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12999D is #ED6662. Grayscale: #707070. Windows color (decimal): -15558243 or 10328338. OLE color: 10328338.

HSL color Cylindrical-coordinate representation of color #12999D: hue angle of 181.73º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12999D is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 153 157 -
CMYK 0.89 0.03 0 0.38
HSL 181.73º 0.79% 0.34% -
HSV(B) 181.73º 0.89% 0.62% -
XYZ 17.73 25.35 35.86 -
YUV 113.09 152.77 60.17 -
System Red Green Blue C M Y K H S L
Decimal 18 153 157 0.89 0.03 0 0.38 181.73 0.79 0.34
Hex 12 99 9D 59 3 0 26 B6 4F 22
Octal 22 231 235 131 3 0 46 266 117 42
Binary 10010 10011001 10011101 1011001 11 0 100110 10110110 1001111 100010

Color Harmonies of #12999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12999D

Black with #12999D

Text Example


Text Example

White with #12999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12999D; }

 p { color: rgb(18,153,157); }

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

background-color css

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

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

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

border-color css

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

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

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