Html Css Color HEX #0CE1BA Robin's Egg Blue

📋 copy color: '#0CE1BA'

red 12 ◦ green 225 ◦ blue 186

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

Shades of Robin's Egg Blue #0CE1BA

Tints of Robin's Egg Blue #0CE1BA

RGB

 RED value IS 12 (5.08% from 255) = 2.84%

 GREEN value IS 225 (88.28% from 255) = 53.19%

 BLUE value IS 186 (73.05% from 255) = 43.97%

R = 2.84%
G = 53.19%
B = 43.97%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#0CE1BA (or 0x0CE1BA) is known color: Robin's Egg Blue. HEX triplet: 0C, E1 and BA. RGB value is (12,225,186). Sum of RGB (Red+Green+Blue) = 12+225+186=423 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.84% from 423); Green value is 225 (88.28% from 255 or 53.19% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE1BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CE1BA is #F31E45. Grayscale: #9C9C9C. Windows color (decimal): -15932998 or 12247308. OLE color: 12247308.

HSL color Cylindrical-coordinate representation of color #0CE1BA: hue angle of 169.01º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE1BA is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 12 225 186 -
CMYK 0.95 0 0.17 0.12
HSL 169.01º 0.9% 0.46% -
HSV(B) 169.01º 0.95% 0.88% -
XYZ 35.94 57.47 55.65 -
YUV 156.87 144.43 24.67 -
System Red Green Blue C M Y K H S L
Decimal 12 225 186 0.95 0 0.17 0.12 169.01 0.9 0.46
Hex C E1 BA 5F 0 11 C A9 5A 2E
Octal 14 341 272 137 0 21 14 251 132 56
Binary 1100 11100001 10111010 1011111 0 10001 1100 10101001 1011010 101110

Color Harmonies of #0CE1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE1BA

Black with #0CE1BA

Text Example


Text Example

White with #0CE1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CE1BA; }

 p { color: rgb(12,225,186); }

 H1.HeaderClassName
 {
   color: #0CE1BA;
 }
 .AnyTagClassName
 {
   color: #0CE1BA;
 }
</style>

background-color css

<style>
 a { background-color: #0CE1BA; }

 a { background-color: rgb(12,225,186); }

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

border-color css

<style>
 span { border-color: #0CE1BA; }

 span { border-color: rgb(12,225,186); }

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