Html Css Color HEX #12988C Java

📋 copy color: '#12988C'

red 18 ◦ green 152 ◦ blue 140

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

Shades of Java #12988C

Tints of Java #12988C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.16%

R = 5.81%
G = 49.03%
B = 45.16%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#12988C (or 0x12988C) is known color: Java. HEX triplet: 12, 98 and 8C. RGB value is (18,152,140). Sum of RGB (Red+Green+Blue) = 18+152+140=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #12988C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12988C is #ED6773. Grayscale: #6E6E6E. Windows color (decimal): -15558516 or 9213970. OLE color: 9213970.

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

Color convert

RGB 18 152 140 -
CMYK 0.88 0 0.08 0.40
HSL 174.63º 0.79% 0.33% -
HSV(B) 174.63º 0.88% 0.6% -
XYZ 16.21 24.48 28.68 -
YUV 110.57 144.61 61.98 -
System Red Green Blue C M Y K H S L
Decimal 18 152 140 0.88 0 0.08 0.40 174.63 0.79 0.33
Hex 12 98 8C 58 0 8 28 AF 4F 21
Octal 22 230 214 130 0 10 50 257 117 41
Binary 10010 10011000 10001100 1011000 0 1000 101000 10101111 1001111 100001

Color Harmonies of #12988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12988C

Black with #12988C

Text Example


Text Example

White with #12988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12988C; }

 p { color: rgb(18,152,140); }

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

background-color css

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

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

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

border-color css

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

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

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