Html Css Color HEX #05C49B Caribbean Green

📋 copy color: '#05C49B'

red 5 ◦ green 196 ◦ blue 155

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

Shades of Caribbean Green #05C49B

Tints of Caribbean Green #05C49B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 55.06%

 BLUE value IS 155 (60.94% from 255) = 43.54%

R = 1.4%
G = 55.06%
B = 43.54%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#05C49B (or 0x05C49B) is known color: Caribbean Green. HEX triplet: 05, C4 and 9B. RGB value is (5,196,155). Sum of RGB (Red+Green+Blue) = 5+196+155=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 196 (76.95% from 255 or 55.06% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 196 - color contains mainly: green. Hex color #05C49B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05C49B is #FA3B64. Grayscale: #868686. Windows color (decimal): -16399205 or 10208261. OLE color: 10208261.

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

Color convert

RGB 5 196 155 -
CMYK 0.97 0 0.21 0.23
HSL 167.12º 0.95% 0.39% -
HSV(B) 167.12º 0.97% 0.77% -
XYZ 25.72 41.88 37.74 -
YUV 134.22 139.72 35.83 -
System Red Green Blue C M Y K H S L
Decimal 5 196 155 0.97 0 0.21 0.23 167.12 0.95 0.39
Hex 5 C4 9B 61 0 15 17 A7 5F 27
Octal 5 304 233 141 0 25 27 247 137 47
Binary 101 11000100 10011011 1100001 0 10101 10111 10100111 1011111 100111

Color Harmonies of #05C49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C49B

Black with #05C49B

Text Example


Text Example

White with #05C49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,196,155); }

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

background-color css

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

 a { background-color: rgb(5,196,155); }

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

border-color css

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

 span { border-color: rgb(5,196,155); }

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