#04CDB1

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

Shades of Caribbean Green #04CDB1

Tints of Caribbean Green #04CDB1

Color information

#04CDB1 (or 0x04CDB1) is unknown color: approx Caribbean Green. HEX triplet: 04, CD and B1. RGB value is (4,205,177). Sum of RGB (Red+Green+Blue) = 4+205+177=386 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 386); Green value is 205 (80.47% from 255 or 53.11% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 205 - color contains mainly: green. Hex color #04CDB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CDB1 is #FB324E. Grayscale: #8D8D8D. Windows color (decimal): -16462415 or 11652356. OLE color: 11652356.

HSL color Cylindrical-coordinate representation of color #04CDB1: hue angle of 171.64º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CDB1 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB4205177-
CMYK0.9800.140.20
HSL171.64º96.17%40.98%-
HSV(B)171.64º98.05%80.39%-
XYZ29.8246.8649.07-
YUV141.71147.9129.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.04%
GREEN value IS 205 (80.47% from 255) = 53.11%
BLUE value IS 177 (69.53% from 255) = 45.85%
R=1.04%
G=53.11%
B=45.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal42051770.9800.140.20171.6496.1740.98
Hex4CDB1620E14ac6029
Octal43152611420162425414051
Binary100110011011011000111000100111010100101011001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04CDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04CDB1; }

 p { color: rgb(4,205,177); }

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

<style>
 a { background-color: #04CDB1; }

 a { background-color: rgb(4,205,177); }

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

<style>
 span { border-color: #04CDB1; }

 span { border-color: rgb(4,205,177); }

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