Html Css Color HEX #04BCA2 Caribbean Green

📋 copy color: '#04BCA2'

red 4 ◦ green 188 ◦ blue 162

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

Shades of Caribbean Green #04BCA2

Tints of Caribbean Green #04BCA2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.11%

 BLUE value IS 162 (63.67% from 255) = 45.76%

R = 1.13%
G = 53.11%
B = 45.76%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#04BCA2 (or 0x04BCA2) is known color: Caribbean Green. HEX triplet: 04, BC and A2. RGB value is (4,188,162). Sum of RGB (Red+Green+Blue) = 4+188+162=354 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #04BCA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BCA2 is #FB435D. Grayscale: #818181. Windows color (decimal): -16466782 or 10664964. OLE color: 10664964.

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

Color convert

RGB 4 188 162 -
CMYK 0.98 0 0.14 0.26
HSL 171.52º 0.96% 0.38% -
HSV(B) 171.52º 0.98% 0.74% -
XYZ 24.55 38.6 40.34 -
YUV 130.02 146.04 38.11 -
System Red Green Blue C M Y K H S L
Decimal 4 188 162 0.98 0 0.14 0.26 171.52 0.96 0.38
Hex 4 BC A2 62 0 E 1A AC 60 26
Octal 4 274 242 142 0 16 32 254 140 46
Binary 100 10111100 10100010 1100010 0 1110 11010 10101100 1100000 100110

Color Harmonies of #04BCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BCA2

Black with #04BCA2

Text Example


Text Example

White with #04BCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,188,162); }

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

background-color css

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

 a { background-color: rgb(4,188,162); }

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

border-color css

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

 span { border-color: rgb(4,188,162); }

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