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

📋 copy color: '#0CCFBA'

red 12 ◦ green 207 ◦ blue 186

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

Shades of Robin's Egg Blue #0CCFBA

Tints of Robin's Egg Blue #0CCFBA

RGB

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

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

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

R = 2.96%
G = 51.11%
B = 45.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#0CCFBA (or 0x0CCFBA) is known color: Robin's Egg Blue. HEX triplet: 0C, CF and BA. RGB value is (12,207,186). Sum of RGB (Red+Green+Blue) = 12+207+186=405 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 405); Green value is 207 (81.25% from 255 or 51.11% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 207 - color contains mainly: green. Hex color #0CCFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCFBA is #F33045. Grayscale: #929292. Windows color (decimal): -15937606 or 12242700. OLE color: 12242700.

HSL color Cylindrical-coordinate representation of color #0CCFBA: hue angle of 173.54º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCFBA is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 12 207 186 -
CMYK 0.94 0 0.10 0.19
HSL 173.54º 0.89% 0.43% -
HSV(B) 173.54º 0.94% 0.81% -
XYZ 31.33 48.25 54.12 -
YUV 146.3 150.4 32.21 -
System Red Green Blue C M Y K H S L
Decimal 12 207 186 0.94 0 0.10 0.19 173.54 0.89 0.43
Hex C CF BA 5E 0 A 13 AE 59 2B
Octal 14 317 272 136 0 12 23 256 131 53
Binary 1100 11001111 10111010 1011110 0 1010 10011 10101110 1011001 101011

Color Harmonies of #0CCFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCFBA

Black with #0CCFBA

Text Example


Text Example

White with #0CCFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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