Html Css Color HEX #12989D Java

📋 copy color: '#12989D'

red 18 ◦ green 152 ◦ blue 157

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

Shades of Java #12989D

Tints of Java #12989D

RGB

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

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

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

R = 5.5%
G = 46.48%
B = 48.01%

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

#12989D (or 0x12989D) is known color: Java. HEX triplet: 12, 98 and 9D. RGB value is (18,152,157). Sum of RGB (Red+Green+Blue) = 18+152+157=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #12989D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12989D is #ED6762. Grayscale: #707070. Windows color (decimal): -15558499 or 10328082. OLE color: 10328082.

HSL color Cylindrical-coordinate representation of color #12989D: hue angle of 182.16º 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 #12989D is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 152 157 -
CMYK 0.89 0.03 0 0.38
HSL 182.16º 0.79% 0.34% -
HSV(B) 182.16º 0.89% 0.62% -
XYZ 17.56 25.02 35.8 -
YUV 112.5 153.11 60.59 -
System Red Green Blue C M Y K H S L
Decimal 18 152 157 0.89 0.03 0 0.38 182.16 0.79 0.34
Hex 12 98 9D 59 3 0 26 B6 4F 22
Octal 22 230 235 131 3 0 46 266 117 42
Binary 10010 10011000 10011101 1011001 11 0 100110 10110110 1001111 100010

Color Harmonies of #12989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12989D

Black with #12989D

Text Example


Text Example

White with #12989D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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