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

📋 copy color: '#0CDDBC'

red 12 ◦ green 221 ◦ blue 188

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

Shades of Robin's Egg Blue #0CDDBC

Tints of Robin's Egg Blue #0CDDBC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.49%

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

R = 2.85%
G = 52.49%
B = 44.66%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#0CDDBC (or 0x0CDDBC) is known color: Robin's Egg Blue. HEX triplet: 0C, DD and BC. RGB value is (12,221,188). Sum of RGB (Red+Green+Blue) = 12+221+188=421 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.85% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDDBC is #F32243. Grayscale: #9A9A9A. Windows color (decimal): -15934020 or 12377356. OLE color: 12377356.

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

Color convert

RGB 12 221 188 -
CMYK 0.95 0 0.15 0.13
HSL 170.53º 0.9% 0.46% -
HSV(B) 170.53º 0.95% 0.87% -
XYZ 35.09 55.42 56.43 -
YUV 154.75 146.76 26.18 -
System Red Green Blue C M Y K H S L
Decimal 12 221 188 0.95 0 0.15 0.13 170.53 0.9 0.46
Hex C DD BC 5F 0 F D AB 5A 2E
Octal 14 335 274 137 0 17 15 253 132 56
Binary 1100 11011101 10111100 1011111 0 1111 1101 10101011 1011010 101110

Color Harmonies of #0CDDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDDBC

Black with #0CDDBC

Text Example


Text Example

White with #0CDDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,221,188); }

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

background-color css

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

 a { background-color: rgb(12,221,188); }

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

border-color css

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

 span { border-color: rgb(12,221,188); }

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