Html Css Color HEX #05E0AE Caribbean Green

📋 copy color: '#05E0AE'

red 5 ◦ green 224 ◦ blue 174

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

Shades of Caribbean Green #05E0AE

Tints of Caribbean Green #05E0AE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 55.58%

 BLUE value IS 174 (68.36% from 255) = 43.18%

R = 1.24%
G = 55.58%
B = 43.18%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#05E0AE (or 0x05E0AE) is known color: Caribbean Green. HEX triplet: 05, E0 and AE. RGB value is (5,224,174). Sum of RGB (Red+Green+Blue) = 5+224+174=403 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 403); Green value is 224 (87.89% from 255 or 55.58% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 224 - color contains mainly: green. Hex color #05E0AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05E0AE is #FA1F51. Grayscale: #989898. Windows color (decimal): -16392018 or 11460613. OLE color: 11460613.

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

Color convert

RGB 5 224 174 -
CMYK 0.98 0 0.22 0.12
HSL 166.3º 0.96% 0.45% -
HSV(B) 166.3º 0.98% 0.88% -
XYZ 34.36 56.4 49.12 -
YUV 152.82 139.95 22.57 -
System Red Green Blue C M Y K H S L
Decimal 5 224 174 0.98 0 0.22 0.12 166.3 0.96 0.45
Hex 5 E0 AE 62 0 16 C A6 60 2D
Octal 5 340 256 142 0 26 14 246 140 55
Binary 101 11100000 10101110 1100010 0 10110 1100 10100110 1100000 101101

Color Harmonies of #05E0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E0AE

Black with #05E0AE

Text Example


Text Example

White with #05E0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,224,174); }

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

background-color css

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

 a { background-color: rgb(5,224,174); }

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

border-color css

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

 span { border-color: rgb(5,224,174); }

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