Html Css Color HEX #05C098 Caribbean Green

📋 copy color: '#05C098'

red 5 ◦ green 192 ◦ blue 152

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

Shades of Caribbean Green #05C098

Tints of Caribbean Green #05C098

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.01%

 BLUE value IS 152 (59.77% from 255) = 43.55%

R = 1.43%
G = 55.01%
B = 43.55%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#05C098 (or 0x05C098) is known color: Caribbean Green. HEX triplet: 05, C0 and 98. RGB value is (5,192,152). Sum of RGB (Red+Green+Blue) = 5+192+152=349 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #05C098 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05C098 is #FA3F67. Grayscale: #838383. Windows color (decimal): -16400232 or 10010629. OLE color: 10010629.

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

Color convert

RGB 5 192 152 -
CMYK 0.97 0 0.21 0.25
HSL 167.17º 0.95% 0.39% -
HSV(B) 167.17º 0.97% 0.75% -
XYZ 24.58 40 36.13 -
YUV 131.53 139.55 37.75 -
System Red Green Blue C M Y K H S L
Decimal 5 192 152 0.97 0 0.21 0.25 167.17 0.95 0.39
Hex 5 C0 98 61 0 15 19 A7 5F 27
Octal 5 300 230 141 0 25 31 247 137 47
Binary 101 11000000 10011000 1100001 0 10101 11001 10100111 1011111 100111

Color Harmonies of #05C098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C098

Black with #05C098

Text Example


Text Example

White with #05C098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,192,152); }

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

background-color css

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

 a { background-color: rgb(5,192,152); }

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

border-color css

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

 span { border-color: rgb(5,192,152); }

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