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

📋 copy color: '#12CCBB'

red 18 ◦ green 204 ◦ blue 187

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

Shades of Robin's Egg Blue #12CCBB

Tints of Robin's Egg Blue #12CCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.72%

R = 4.4%
G = 49.88%
B = 45.72%

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

#12CCBB (or 0x12CCBB) is known color: Robin's Egg Blue. HEX triplet: 12, CC and BB. RGB value is (18,204,187). Sum of RGB (Red+Green+Blue) = 18+204+187=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #12CCBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CCBB is #ED3344. Grayscale: #929292. Windows color (decimal): -15545157 or 12307474. OLE color: 12307474.

HSL color Cylindrical-coordinate representation of color #12CCBB: hue angle of 174.52º 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 #12CCBB is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 204 187 -
CMYK 0.91 0 0.08 0.2
HSL 174.52º 0.84% 0.44% -
HSV(B) 174.52º 0.91% 0.8% -
XYZ 30.81 46.9 54.44 -
YUV 146.45 150.88 36.38 -
System Red Green Blue C M Y K H S L
Decimal 18 204 187 0.91 0 0.08 0.2 174.52 0.84 0.44
Hex 12 CC BB 5B 0 8 14 AF 54 2C
Octal 22 314 273 133 0 10 24 257 124 54
Binary 10010 11001100 10111011 1011011 0 1000 10100 10101111 1010100 101100

Color Harmonies of #12CCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CCBB

Black with #12CCBB

Text Example


Text Example

White with #12CCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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