Html Css Color HEX #05BB8D Caribbean Green

📋 copy color: '#05BB8D'

red 5 ◦ green 187 ◦ blue 141

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

Shades of Caribbean Green #05BB8D

Tints of Caribbean Green #05BB8D

RGB

 RED value IS 5 (2.34% from 255) = 1.5%

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

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

R = 1.5%
G = 56.16%
B = 42.34%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#05BB8D (or 0x05BB8D) is known color: Caribbean Green. HEX triplet: 05, BB and 8D. RGB value is (5,187,141). Sum of RGB (Red+Green+Blue) = 5+187+141=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 187 (73.44% from 255 or 56.16% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 187 - color contains mainly: green. Hex color #05BB8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BB8D is #FA4472. Grayscale: #7F7F7F. Windows color (decimal): -16401523 or 9288453. OLE color: 9288453.

HSL color Cylindrical-coordinate representation of color #05BB8D: hue angle of 164.84º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BB8D is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 187 141 -
CMYK 0.97 0 0.25 0.27
HSL 164.84º 0.95% 0.38% -
HSV(B) 164.84º 0.97% 0.73% -
XYZ 22.64 37.5 31.24 -
YUV 127.34 135.7 40.74 -
System Red Green Blue C M Y K H S L
Decimal 5 187 141 0.97 0 0.25 0.27 164.84 0.95 0.38
Hex 5 BB 8D 61 0 19 1B A5 5F 26
Octal 5 273 215 141 0 31 33 245 137 46
Binary 101 10111011 10001101 1100001 0 11001 11011 10100101 1011111 100110

Color Harmonies of #05BB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BB8D

Black with #05BB8D

Text Example


Text Example

White with #05BB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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