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

📋 copy color: '#12CBBB'

red 18 ◦ green 203 ◦ blue 187

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

Shades of Robin's Egg Blue #12CBBB

Tints of Robin's Egg Blue #12CBBB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.75%

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

R = 4.41%
G = 49.75%
B = 45.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#12CBBB (or 0x12CBBB) is known color: Robin's Egg Blue. HEX triplet: 12, CB and BB. RGB value is (18,203,187). Sum of RGB (Red+Green+Blue) = 18+203+187=408 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.41% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #12CBBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CBBB is #ED3444. Grayscale: #919191. Windows color (decimal): -15545413 or 12307218. OLE color: 12307218.

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

Color convert

RGB 18 203 187 -
CMYK 0.91 0 0.08 0.20
HSL 174.81º 0.84% 0.43% -
HSV(B) 174.81º 0.91% 0.8% -
XYZ 30.58 46.43 54.36 -
YUV 145.86 151.21 36.8 -
System Red Green Blue C M Y K H S L
Decimal 18 203 187 0.91 0 0.08 0.20 174.81 0.84 0.43
Hex 12 CB BB 5B 0 8 14 AF 54 2B
Octal 22 313 273 133 0 10 24 257 124 53
Binary 10010 11001011 10111011 1011011 0 1000 10100 10101111 1010100 101011

Color Harmonies of #12CBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CBBB

Black with #12CBBB

Text Example


Text Example

White with #12CBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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