Html Css Color HEX #04BDA2 Caribbean Green

📋 copy color: '#04BDA2'

red 4 ◦ green 189 ◦ blue 162

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

Shades of Caribbean Green #04BDA2

Tints of Caribbean Green #04BDA2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.24%

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

R = 1.13%
G = 53.24%
B = 45.63%

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

#04BDA2 (or 0x04BDA2) is known color: Caribbean Green. HEX triplet: 04, BD and A2. RGB value is (4,189,162). Sum of RGB (Red+Green+Blue) = 4+189+162=355 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 355); Green value is 189 (74.22% from 255 or 53.24% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 189 - color contains mainly: green. Hex color #04BDA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BDA2 is #FB425D. Grayscale: #828282. Windows color (decimal): -16466526 or 10665220. OLE color: 10665220.

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

Color convert

RGB 4 189 162 -
CMYK 0.98 0 0.14 0.26
HSL 171.24º 0.96% 0.38% -
HSV(B) 171.24º 0.98% 0.74% -
XYZ 24.77 39.03 40.41 -
YUV 130.61 145.71 37.7 -
System Red Green Blue C M Y K H S L
Decimal 4 189 162 0.98 0 0.14 0.26 171.24 0.96 0.38
Hex 4 BD A2 62 0 E 1A AB 60 26
Octal 4 275 242 142 0 16 32 253 140 46
Binary 100 10111101 10100010 1100010 0 1110 11010 10101011 1100000 100110

Color Harmonies of #04BDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BDA2

Black with #04BDA2

Text Example


Text Example

White with #04BDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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