Html Css Color HEX #00C0BB Robin's Egg Blue

📋 copy color: '#00C0BB'

red 0 ◦ green 192 ◦ blue 187

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

Shades of Robin's Egg Blue #00C0BB

Tints of Robin's Egg Blue #00C0BB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 192 (75.39% from 255) = 50.66%

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

R = 0%
G = 50.66%
B = 49.34%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#00C0BB (or 0x00C0BB) is known color: Robin's Egg Blue. HEX triplet: 00, C0 and BB. RGB value is (0,192,187). Sum of RGB (Red+Green+Blue) = 0+192+187=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #00C0BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C0BB is #FF3F44. Grayscale: #858585. Windows color (decimal): -16727877 or 12304384. OLE color: 12304384.

HSL color Cylindrical-coordinate representation of color #00C0BB: hue angle of 178.44º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C0BB is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 192 187 -
CMYK 1 0 0.03 0.25
HSL 178.44º 1% 0.38% -
HSV(B) 178.44º 1% 0.75% -
XYZ 27.82 41.29 53.52 -
YUV 134.02 157.89 32.41 -
System Red Green Blue C M Y K H S L
Decimal 0 192 187 1 0 0.03 0.25 178.44 1 0.38
Hex 0 C0 BB 64 0 3 19 B2 64 26
Octal 0 300 273 144 0 3 31 262 144 46
Binary 0 11000000 10111011 1100100 0 11 11001 10110010 1100100 100110

Color Harmonies of #00C0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C0BB

Black with #00C0BB

Text Example


Text Example

White with #00C0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00C0BB; }

 p { color: rgb(0,192,187); }

 H1.HeaderClassName
 {
   color: #00C0BB;
 }
 .AnyTagClassName
 {
   color: #00C0BB;
 }
</style>

background-color css

<style>
 a { background-color: #00C0BB; }

 a { background-color: rgb(0,192,187); }

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

border-color css

<style>
 span { border-color: #00C0BB; }

 span { border-color: rgb(0,192,187); }

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