Html Css Color HEX #12D0CC Robin's Egg Blue

📋 copy color: '#12D0CC'

red 18 ◦ green 208 ◦ blue 204

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

Shades of Robin's Egg Blue #12D0CC

Tints of Robin's Egg Blue #12D0CC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.37%

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 4.19%
G = 48.37%
B = 47.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#12D0CC (or 0x12D0CC) is known color: Robin's Egg Blue. HEX triplet: 12, D0 and CC. RGB value is (18,208,204). Sum of RGB (Red+Green+Blue) = 18+208+204=430 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.19% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #12D0CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D0CC is #ED2F33. Grayscale: #969696. Windows color (decimal): -15544116 or 13422610. OLE color: 13422610.

HSL color Cylindrical-coordinate representation of color #12D0CC: hue angle of 178.74º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D0CC is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 208 204 -
CMYK 0.91 0 0.02 0.18
HSL 178.74º 0.84% 0.44% -
HSV(B) 178.74º 0.91% 0.82% -
XYZ 33.7 49.6 64.92 -
YUV 150.73 158.05 33.33 -
System Red Green Blue C M Y K H S L
Decimal 18 208 204 0.91 0 0.02 0.18 178.74 0.84 0.44
Hex 12 D0 CC 5B 0 2 12 B3 54 2C
Octal 22 320 314 133 0 2 22 263 124 54
Binary 10010 11010000 11001100 1011011 0 10 10010 10110011 1010100 101100

Color Harmonies of #12D0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D0CC

Black with #12D0CC

Text Example


Text Example

White with #12D0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12D0CC; }

 p { color: rgb(18,208,204); }

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

background-color css

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

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

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

border-color css

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

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

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