#00C7B0

Color #00C7B0 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #00C7B0

Tints of Caribbean Green #00C7B0

Color information

#00C7B0 (or 0x00C7B0) is unknown color: approx Caribbean Green. HEX triplet: 00, C7 and B0. RGB value is (0,199,176). Sum of RGB (Red+Green+Blue) = 0+199+176=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 199 (78.12% from 255 or 53.07% from 375); Blue value is 176 (69.14% from 255 or 46.93% from 375); Max value from RGB is 199 - color contains mainly: green. Hex color #00C7B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C7B0 is #FF384F. Grayscale: #888888. Windows color (decimal): -16726096 or 11585280. OLE color: 11585280.

HSL color Cylindrical-coordinate representation of color #00C7B0: hue angle of 173.07º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C7B0 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB0199176-
CMYK100.120.22
HSL173.07º100%39.02%-
HSV(B)173.07º100%78.04%-
XYZ28.2643.9848.07-
YUV136.88150.0730.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 199 (78.12% from 255) = 53.07%
BLUE value IS 176 (69.14% from 255) = 46.93%
R=0%
G=53.07%
B=46.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal0199176100.120.22173.0710039.02
Hex0C7B0640C16ad6427
Octal03072601440142625514447
Binary0110001111011000011001000110010110101011011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,199,176); }

 H1.HeaderClassName
 {
   color: #00C7B0;
 }
 .AnyTagClassName
 {
   color: #00C7B0;
 }
</style>
background-color css

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

 a { background-color: rgb(0,199,176); }

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

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

 span { border-color: rgb(0,199,176); }

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