Html Css Color HEX #04CDA0 Caribbean Green

📋 copy color: '#04CDA0'

red 4 ◦ green 205 ◦ blue 160

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

Shades of Caribbean Green #04CDA0

Tints of Caribbean Green #04CDA0

RGB

 RED value IS 4 (1.95% from 255) = 1.08%

 GREEN value IS 205 (80.47% from 255) = 55.56%

 BLUE value IS 160 (62.89% from 255) = 43.36%

R = 1.08%
G = 55.56%
B = 43.36%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#04CDA0 (or 0x04CDA0) is known color: Caribbean Green. HEX triplet: 04, CD and A0. RGB value is (4,205,160). Sum of RGB (Red+Green+Blue) = 4+205+160=369 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 369); Green value is 205 (80.47% from 255 or 55.56% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 205 - color contains mainly: green. Hex color #04CDA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CDA0 is #FB325F. Grayscale: #8B8B8B. Windows color (decimal): -16462432 or 10538244. OLE color: 10538244.

HSL color Cylindrical-coordinate representation of color #04CDA0: hue angle of 166.57º 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 #04CDA0 is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 205 160 -
CMYK 0.98 0 0.22 0.20
HSL 166.57º 0.96% 0.41% -
HSV(B) 166.57º 0.98% 0.8% -
XYZ 28.23 46.23 40.69 -
YUV 139.77 139.41 31.16 -
System Red Green Blue C M Y K H S L
Decimal 4 205 160 0.98 0 0.22 0.20 166.57 0.96 0.41
Hex 4 CD A0 62 0 16 14 A7 60 29
Octal 4 315 240 142 0 26 24 247 140 51
Binary 100 11001101 10100000 1100010 0 10110 10100 10100111 1100000 101001

Color Harmonies of #04CDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CDA0

Black with #04CDA0

Text Example


Text Example

White with #04CDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04CDA0;
 }
 .AnyTagClassName
 {
   color: #04CDA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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