Html Css Color HEX #05BB8B Caribbean Green

📋 copy color: '#05BB8B'

red 5 ◦ green 187 ◦ blue 139

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

Shades of Caribbean Green #05BB8B

Tints of Caribbean Green #05BB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.99%

R = 1.51%
G = 56.5%
B = 41.99%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#05BB8B (or 0x05BB8B) is known color: Caribbean Green. HEX triplet: 05, BB and 8B. RGB value is (5,187,139). Sum of RGB (Red+Green+Blue) = 5+187+139=331 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 331); Green value is 187 (73.44% from 255 or 56.50% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 187 - color contains mainly: green. Hex color #05BB8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BB8B is #FA4474. Grayscale: #7F7F7F. Windows color (decimal): -16401525 or 9157381. OLE color: 9157381.

HSL color Cylindrical-coordinate representation of color #05BB8B: hue angle of 164.18º 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 #05BB8B is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 187 139 -
CMYK 0.97 0 0.26 0.27
HSL 164.18º 0.95% 0.38% -
HSV(B) 164.18º 0.97% 0.73% -
XYZ 22.49 37.44 30.47 -
YUV 127.11 134.7 40.9 -
System Red Green Blue C M Y K H S L
Decimal 5 187 139 0.97 0 0.26 0.27 164.18 0.95 0.38
Hex 5 BB 8B 61 0 1A 1B A4 5F 26
Octal 5 273 213 141 0 32 33 244 137 46
Binary 101 10111011 10001011 1100001 0 11010 11011 10100100 1011111 100110

Color Harmonies of #05BB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BB8B

Black with #05BB8B

Text Example


Text Example

White with #05BB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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