Html Css Color HEX #05E1B2 Caribbean Green

📋 copy color: '#05E1B2'

red 5 ◦ green 225 ◦ blue 178

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

Shades of Caribbean Green #05E1B2

Tints of Caribbean Green #05E1B2

RGB

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

 GREEN value IS 225 (88.28% from 255) = 55.15%

 BLUE value IS 178 (69.92% from 255) = 43.63%

R = 1.23%
G = 55.15%
B = 43.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#05E1B2 (or 0x05E1B2) is known color: Caribbean Green. HEX triplet: 05, E1 and B2. RGB value is (5,225,178). Sum of RGB (Red+Green+Blue) = 5+225+178=408 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 408); Green value is 225 (88.28% from 255 or 55.15% from 408); Blue value is 178 (69.92% from 255 or 43.63% from 408); Max value from RGB is 225 - color contains mainly: green. Hex color #05E1B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05E1B2 is #FA1E4D. Grayscale: #999999. Windows color (decimal): -16391758 or 11723013. OLE color: 11723013.

HSL color Cylindrical-coordinate representation of color #05E1B2: hue angle of 167.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E1B2 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 5 225 178 -
CMYK 0.98 0 0.21 0.12
HSL 167.18º 0.96% 0.45% -
HSV(B) 167.18º 0.98% 0.88% -
XYZ 35.02 57.1 51.29 -
YUV 153.86 141.61 21.82 -
System Red Green Blue C M Y K H S L
Decimal 5 225 178 0.98 0 0.21 0.12 167.18 0.96 0.45
Hex 5 E1 B2 62 0 15 C A7 60 2D
Octal 5 341 262 142 0 25 14 247 140 55
Binary 101 11100001 10110010 1100010 0 10101 1100 10100111 1100000 101101

Color Harmonies of #05E1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E1B2

Black with #05E1B2

Text Example


Text Example

White with #05E1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,225,178); }

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

background-color css

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

 a { background-color: rgb(5,225,178); }

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

border-color css

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

 span { border-color: rgb(5,225,178); }

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