Html Css Color HEX #04C1AD Caribbean Green

📋 copy color: '#04C1AD'

red 4 ◦ green 193 ◦ blue 173

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

Shades of Caribbean Green #04C1AD

Tints of Caribbean Green #04C1AD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.16%

 BLUE value IS 173 (67.97% from 255) = 46.76%

R = 1.08%
G = 52.16%
B = 46.76%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#04C1AD (or 0x04C1AD) is known color: Caribbean Green. HEX triplet: 04, C1 and AD. RGB value is (4,193,173). Sum of RGB (Red+Green+Blue) = 4+193+173=370 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 370); Green value is 193 (75.78% from 255 or 52.16% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 193 - color contains mainly: green. Hex color #04C1AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C1AD is #FB3E52. Grayscale: #868686. Windows color (decimal): -16465491 or 11387140. OLE color: 11387140.

HSL color Cylindrical-coordinate representation of color #04C1AD: hue angle of 173.65º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C1AD is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 4 193 173 -
CMYK 0.98 0 0.10 0.24
HSL 173.65º 0.96% 0.39% -
HSV(B) 173.65º 0.98% 0.76% -
XYZ 26.66 41.18 46.08 -
YUV 134.21 149.88 35.13 -
System Red Green Blue C M Y K H S L
Decimal 4 193 173 0.98 0 0.10 0.24 173.65 0.96 0.39
Hex 4 C1 AD 62 0 A 18 AE 60 27
Octal 4 301 255 142 0 12 30 256 140 47
Binary 100 11000001 10101101 1100010 0 1010 11000 10101110 1100000 100111

Color Harmonies of #04C1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C1AD

Black with #04C1AD

Text Example


Text Example

White with #04C1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,193,173); }

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

background-color css

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

 a { background-color: rgb(4,193,173); }

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

border-color css

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

 span { border-color: rgb(4,193,173); }

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