Html Css Color HEX #05BD8D Caribbean Green

📋 copy color: '#05BD8D'

red 5 ◦ green 189 ◦ blue 141

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

Shades of Caribbean Green #05BD8D

Tints of Caribbean Green #05BD8D

RGB

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

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

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

R = 1.49%
G = 56.42%
B = 42.09%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#05BD8D (or 0x05BD8D) is known color: Caribbean Green. HEX triplet: 05, BD and 8D. RGB value is (5,189,141). Sum of RGB (Red+Green+Blue) = 5+189+141=335 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 335); Green value is 189 (74.22% from 255 or 56.42% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 189 - color contains mainly: green. Hex color #05BD8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BD8D is #FA4272. Grayscale: #808080. Windows color (decimal): -16401011 or 9288965. OLE color: 9288965.

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

Color convert

RGB 5 189 141 -
CMYK 0.97 0 0.25 0.26
HSL 164.35º 0.95% 0.38% -
HSV(B) 164.35º 0.97% 0.74% -
XYZ 23.07 38.35 31.39 -
YUV 128.51 135.04 39.9 -
System Red Green Blue C M Y K H S L
Decimal 5 189 141 0.97 0 0.25 0.26 164.35 0.95 0.38
Hex 5 BD 8D 61 0 19 1A A4 5F 26
Octal 5 275 215 141 0 31 32 244 137 46
Binary 101 10111101 10001101 1100001 0 11001 11010 10100100 1011111 100110

Color Harmonies of #05BD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BD8D

Black with #05BD8D

Text Example


Text Example

White with #05BD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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