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

📋 copy color: '#12CFBC'

red 18 ◦ green 207 ◦ blue 188

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

Shades of Robin's Egg Blue #12CFBC

Tints of Robin's Egg Blue #12CFBC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.12%

 BLUE value IS 188 (73.83% from 255) = 45.52%

R = 4.36%
G = 50.12%
B = 45.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#12CFBC (or 0x12CFBC) is known color: Robin's Egg Blue. HEX triplet: 12, CF and BC. RGB value is (18,207,188). Sum of RGB (Red+Green+Blue) = 18+207+188=413 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.36% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #12CFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CFBC is #ED3043. Grayscale: #949494. Windows color (decimal): -15544388 or 12373778. OLE color: 12373778.

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

Color convert

RGB 18 207 188 -
CMYK 0.91 0 0.09 0.19
HSL 173.97º 0.84% 0.44% -
HSV(B) 173.97º 0.91% 0.81% -
XYZ 31.64 48.39 55.25 -
YUV 148.32 150.38 35.04 -
System Red Green Blue C M Y K H S L
Decimal 18 207 188 0.91 0 0.09 0.19 173.97 0.84 0.44
Hex 12 CF BC 5B 0 9 13 AE 54 2C
Octal 22 317 274 133 0 11 23 256 124 54
Binary 10010 11001111 10111100 1011011 0 1001 10011 10101110 1010100 101100

Color Harmonies of #12CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CFBC

Black with #12CFBC

Text Example


Text Example

White with #12CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,207,188); }

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

background-color css

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

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

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

border-color css

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

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

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