Html Css Color HEX #04BA92 Caribbean Green

📋 copy color: '#04BA92'

red 4 ◦ green 186 ◦ blue 146

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

Shades of Caribbean Green #04BA92

Tints of Caribbean Green #04BA92

RGB

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

 GREEN value IS 186 (73.05% from 255) = 55.36%

 BLUE value IS 146 (57.42% from 255) = 43.45%

R = 1.19%
G = 55.36%
B = 43.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#04BA92 (or 0x04BA92) is known color: Caribbean Green. HEX triplet: 04, BA and 92. RGB value is (4,186,146). Sum of RGB (Red+Green+Blue) = 4+186+146=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BA92 is #FB456D. Grayscale: #7F7F7F. Windows color (decimal): -16467310 or 9615876. OLE color: 9615876.

HSL color Cylindrical-coordinate representation of color #04BA92: hue angle of 166.81º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BA92 is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 186 146 -
CMYK 0.98 0 0.22 0.27
HSL 166.81º 0.96% 0.37% -
HSV(B) 166.81º 0.98% 0.73% -
XYZ 22.8 37.22 33.18 -
YUV 127.02 138.7 40.25 -
System Red Green Blue C M Y K H S L
Decimal 4 186 146 0.98 0 0.22 0.27 166.81 0.96 0.37
Hex 4 BA 92 62 0 16 1B A7 60 25
Octal 4 272 222 142 0 26 33 247 140 45
Binary 100 10111010 10010010 1100010 0 10110 11011 10100111 1100000 100101

Color Harmonies of #04BA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA92

Black with #04BA92

Text Example


Text Example

White with #04BA92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,186,146); }

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

background-color css

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

 a { background-color: rgb(4,186,146); }

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

border-color css

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

 span { border-color: rgb(4,186,146); }

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