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

📋 copy color: '#12CCBC'

red 18 ◦ green 204 ◦ blue 188

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

Shades of Robin's Egg Blue #12CCBC

Tints of Robin's Egg Blue #12CCBC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.76%

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

R = 4.39%
G = 49.76%
B = 45.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#12CCBC (or 0x12CCBC) is known color: Robin's Egg Blue. HEX triplet: 12, CC and BC. RGB value is (18,204,188). Sum of RGB (Red+Green+Blue) = 18+204+188=410 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.39% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #12CCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CCBC is #ED3343. Grayscale: #929292. Windows color (decimal): -15545156 or 12373010. OLE color: 12373010.

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

Color convert

RGB 18 204 188 -
CMYK 0.91 0 0.08 0.2
HSL 174.84º 0.84% 0.44% -
HSV(B) 174.84º 0.91% 0.8% -
XYZ 30.92 46.95 55.01 -
YUV 146.56 151.38 36.3 -
System Red Green Blue C M Y K H S L
Decimal 18 204 188 0.91 0 0.08 0.2 174.84 0.84 0.44
Hex 12 CC BC 5B 0 8 14 AF 54 2C
Octal 22 314 274 133 0 10 24 257 124 54
Binary 10010 11001100 10111100 1011011 0 1000 10100 10101111 1010100 101100

Color Harmonies of #12CCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CCBC

Black with #12CCBC

Text Example


Text Example

White with #12CCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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