Html Css Color HEX #04BB8D Caribbean Green

📋 copy color: '#04BB8D'

red 4 ◦ green 187 ◦ blue 141

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

Shades of Caribbean Green #04BB8D

Tints of Caribbean Green #04BB8D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 56.33%

 BLUE value IS 141 (55.47% from 255) = 42.47%

R = 1.2%
G = 56.33%
B = 42.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#04BB8D (or 0x04BB8D) is known color: Caribbean Green. HEX triplet: 04, BB and 8D. RGB value is (4,187,141). Sum of RGB (Red+Green+Blue) = 4+187+141=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 187 (73.44% from 255 or 56.33% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 187 - color contains mainly: green. Hex color #04BB8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BB8D is #FB4472. Grayscale: #7F7F7F. Windows color (decimal): -16467059 or 9288452. OLE color: 9288452.

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

Color convert

RGB 4 187 141 -
CMYK 0.98 0 0.25 0.27
HSL 164.92º 0.96% 0.37% -
HSV(B) 164.92º 0.98% 0.73% -
XYZ 22.63 37.49 31.24 -
YUV 127.04 135.87 40.24 -
System Red Green Blue C M Y K H S L
Decimal 4 187 141 0.98 0 0.25 0.27 164.92 0.96 0.37
Hex 4 BB 8D 62 0 19 1B A5 60 25
Octal 4 273 215 142 0 31 33 245 140 45
Binary 100 10111011 10001101 1100010 0 11001 11011 10100101 1100000 100101

Color Harmonies of #04BB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BB8D

Black with #04BB8D

Text Example


Text Example

White with #04BB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,187,141); }

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

background-color css

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

 a { background-color: rgb(4,187,141); }

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

border-color css

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

 span { border-color: rgb(4,187,141); }

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