Html Css Color HEX #04CDAC Caribbean Green

📋 copy color: '#04CDAC'

red 4 ◦ green 205 ◦ blue 172

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

Shades of Caribbean Green #04CDAC

Tints of Caribbean Green #04CDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.14%

R = 1.05%
G = 53.81%
B = 45.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#04CDAC (or 0x04CDAC) is known color: Caribbean Green. HEX triplet: 04, CD and AC. RGB value is (4,205,172). Sum of RGB (Red+Green+Blue) = 4+205+172=381 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 381); Green value is 205 (80.47% from 255 or 53.81% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 205 - color contains mainly: green. Hex color #04CDAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CDAC is #FB3253. Grayscale: #8D8D8D. Windows color (decimal): -16462420 or 11324676. OLE color: 11324676.

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

Color convert

RGB 4 205 172 -
CMYK 0.98 0 0.16 0.20
HSL 170.15º 0.96% 0.41% -
HSV(B) 170.15º 0.98% 0.8% -
XYZ 29.33 46.67 46.49 -
YUV 141.14 145.41 30.18 -
System Red Green Blue C M Y K H S L
Decimal 4 205 172 0.98 0 0.16 0.20 170.15 0.96 0.41
Hex 4 CD AC 62 0 10 14 AA 60 29
Octal 4 315 254 142 0 20 24 252 140 51
Binary 100 11001101 10101100 1100010 0 10000 10100 10101010 1100000 101001

Color Harmonies of #04CDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CDAC

Black with #04CDAC

Text Example


Text Example

White with #04CDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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