Html Css Color HEX #05E186 Caribbean Green

📋 copy color: '#05E186'

red 5 ◦ green 225 ◦ blue 134

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

Shades of Caribbean Green #05E186

Tints of Caribbean Green #05E186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.81%

R = 1.37%
G = 61.81%
B = 36.81%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#05E186 (or 0x05E186) is known color: Caribbean Green. HEX triplet: 05, E1 and 86. RGB value is (5,225,134). Sum of RGB (Red+Green+Blue) = 5+225+134=364 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 364); Green value is 225 (88.28% from 255 or 61.81% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 225 - color contains mainly: green. Hex color #05E186 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05E186 is #FA1E79. Grayscale: #949494. Windows color (decimal): -16391802 or 8839429. OLE color: 8839429.

HSL color Cylindrical-coordinate representation of color #05E186: hue angle of 155.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 #05E186 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 5 225 134 -
CMYK 0.98 0 0.40 0.12
HSL 155.18º 0.96% 0.45% -
HSV(B) 155.18º 0.98% 0.88% -
XYZ 31.29 55.6 31.64 -
YUV 148.85 119.61 25.4 -
System Red Green Blue C M Y K H S L
Decimal 5 225 134 0.98 0 0.40 0.12 155.18 0.96 0.45
Hex 5 E1 86 62 0 28 C 9B 60 2D
Octal 5 341 206 142 0 50 14 233 140 55
Binary 101 11100001 10000110 1100010 0 101000 1100 10011011 1100000 101101

Color Harmonies of #05E186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E186

Black with #05E186

Text Example


Text Example

White with #05E186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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