Html Css Color HEX #05BD9D Caribbean Green

📋 copy color: '#05BD9D'

red 5 ◦ green 189 ◦ blue 157

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

Shades of Caribbean Green #05BD9D

Tints of Caribbean Green #05BD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.73%

R = 1.42%
G = 53.85%
B = 44.73%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#05BD9D (or 0x05BD9D) is known color: Caribbean Green. HEX triplet: 05, BD and 9D. RGB value is (5,189,157). Sum of RGB (Red+Green+Blue) = 5+189+157=351 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 351); Green value is 189 (74.22% from 255 or 53.85% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 189 - color contains mainly: green. Hex color #05BD9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BD9D is #FA4262. Grayscale: #828282. Windows color (decimal): -16400995 or 10337541. OLE color: 10337541.

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

Color convert

RGB 5 189 157 -
CMYK 0.97 0 0.17 0.26
HSL 169.57º 0.95% 0.38% -
HSV(B) 169.57º 0.97% 0.74% -
XYZ 24.35 38.86 38.12 -
YUV 130.34 143.04 38.6 -
System Red Green Blue C M Y K H S L
Decimal 5 189 157 0.97 0 0.17 0.26 169.57 0.95 0.38
Hex 5 BD 9D 61 0 11 1A AA 5F 26
Octal 5 275 235 141 0 21 32 252 137 46
Binary 101 10111101 10011101 1100001 0 10001 11010 10101010 1011111 100110

Color Harmonies of #05BD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BD9D

Black with #05BD9D

Text Example


Text Example

White with #05BD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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