Html Css Color HEX #04CC94 Caribbean Green

📋 copy color: '#04CC94'

red 4 ◦ green 204 ◦ blue 148

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

Shades of Caribbean Green #04CC94

Tints of Caribbean Green #04CC94

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.3%

 BLUE value IS 148 (58.2% from 255) = 41.57%

R = 1.12%
G = 57.3%
B = 41.57%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#04CC94 (or 0x04CC94) is known color: Caribbean Green. HEX triplet: 04, CC and 94. RGB value is (4,204,148). Sum of RGB (Red+Green+Blue) = 4+204+148=356 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 356); Green value is 204 (80.08% from 255 or 57.30% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CC94 is #FB336B. Grayscale: #898989. Windows color (decimal): -16462700 or 9751556. OLE color: 9751556.

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

Color convert

RGB 4 204 148 -
CMYK 0.98 0 0.27 0.2
HSL 163.2º 0.96% 0.41% -
HSV(B) 163.2º 0.98% 0.8% -
XYZ 26.99 45.35 35.35 -
YUV 137.82 133.74 32.55 -
System Red Green Blue C M Y K H S L
Decimal 4 204 148 0.98 0 0.27 0.2 163.2 0.96 0.41
Hex 4 CC 94 62 0 1B 14 A3 60 29
Octal 4 314 224 142 0 33 24 243 140 51
Binary 100 11001100 10010100 1100010 0 11011 10100 10100011 1100000 101001

Color Harmonies of #04CC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CC94

Black with #04CC94

Text Example


Text Example

White with #04CC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,204,148); }

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

background-color css

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

 a { background-color: rgb(4,204,148); }

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

border-color css

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

 span { border-color: rgb(4,204,148); }

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