Html Css Color HEX #05BD8A Caribbean Green

📋 copy color: '#05BD8A'

red 5 ◦ green 189 ◦ blue 138

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

Shades of Caribbean Green #05BD8A

Tints of Caribbean Green #05BD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.57%

R = 1.51%
G = 56.93%
B = 41.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#05BD8A (or 0x05BD8A) is known color: Caribbean Green. HEX triplet: 05, BD and 8A. RGB value is (5,189,138). Sum of RGB (Red+Green+Blue) = 5+189+138=332 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 332); Green value is 189 (74.22% from 255 or 56.93% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 189 - color contains mainly: green. Hex color #05BD8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BD8A is #FA4275. Grayscale: #808080. Windows color (decimal): -16401014 or 9092357. OLE color: 9092357.

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

Color convert

RGB 5 189 138 -
CMYK 0.97 0 0.27 0.26
HSL 163.37º 0.95% 0.38% -
HSV(B) 163.37º 0.97% 0.74% -
XYZ 22.85 38.26 30.23 -
YUV 128.17 133.54 40.15 -
System Red Green Blue C M Y K H S L
Decimal 5 189 138 0.97 0 0.27 0.26 163.37 0.95 0.38
Hex 5 BD 8A 61 0 1B 1A A3 5F 26
Octal 5 275 212 141 0 33 32 243 137 46
Binary 101 10111101 10001010 1100001 0 11011 11010 10100011 1011111 100110

Color Harmonies of #05BD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BD8A

Black with #05BD8A

Text Example


Text Example

White with #05BD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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