#00C3B0

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

Shades of Caribbean Green #00C3B0

Tints of Caribbean Green #00C3B0

Color information

#00C3B0 (or 0x00C3B0) is unknown color: approx Caribbean Green. HEX triplet: 00, C3 and B0. RGB value is (0,195,176). Sum of RGB (Red+Green+Blue) = 0+195+176=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #00C3B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C3B0 is #FF3C4F. Grayscale: #868686. Windows color (decimal): -16727120 or 11584256. OLE color: 11584256.

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

Color convert

RGB0195176-
CMYK100.100.24
HSL174.15º100%38.24%-
HSV(B)174.15º100%76.47%-
XYZ27.3542.1647.77-
YUV134.53151.432.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 195 (76.56% from 255) = 52.56%
BLUE value IS 176 (69.14% from 255) = 47.44%
R=0%
G=52.56%
B=47.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal0195176100.100.24174.1510038.24
Hex0C3B0640A18ae6426
Octal03032601440123025614446
Binary0110000111011000011001000101011000101011101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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