Html Css Color HEX #05C184 Caribbean Green

📋 copy color: '#05C184'

red 5 ◦ green 193 ◦ blue 132

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

Shades of Caribbean Green #05C184

Tints of Caribbean Green #05C184

RGB

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

 GREEN value IS 193 (75.78% from 255) = 58.48%

 BLUE value IS 132 (51.95% from 255) = 40%

R = 1.52%
G = 58.48%
B = 40%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#05C184 (or 0x05C184) is known color: Caribbean Green. HEX triplet: 05, C1 and 84. RGB value is (5,193,132). Sum of RGB (Red+Green+Blue) = 5+193+132=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #05C184 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05C184 is #FA3E7B. Grayscale: #818181. Windows color (decimal): -16399996 or 8700165. OLE color: 8700165.

HSL color Cylindrical-coordinate representation of color #05C184: hue angle of 160.53º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C184 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 5 193 132 -
CMYK 0.97 0 0.32 0.24
HSL 160.53º 0.95% 0.39% -
HSV(B) 160.53º 0.97% 0.76% -
XYZ 23.3 39.84 28.29 -
YUV 129.83 129.22 38.96 -
System Red Green Blue C M Y K H S L
Decimal 5 193 132 0.97 0 0.32 0.24 160.53 0.95 0.39
Hex 5 C1 84 61 0 20 18 A1 5F 27
Octal 5 301 204 141 0 40 30 241 137 47
Binary 101 11000001 10000100 1100001 0 100000 11000 10100001 1011111 100111

Color Harmonies of #05C184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C184

Black with #05C184

Text Example


Text Example

White with #05C184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,193,132); }

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

background-color css

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

 a { background-color: rgb(5,193,132); }

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

border-color css

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

 span { border-color: rgb(5,193,132); }

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