Html Css Color HEX #05C090 Caribbean Green

📋 copy color: '#05C090'

red 5 ◦ green 192 ◦ blue 144

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

Shades of Caribbean Green #05C090

Tints of Caribbean Green #05C090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.23%

R = 1.47%
G = 56.3%
B = 42.23%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#05C090 (or 0x05C090) is known color: Caribbean Green. HEX triplet: 05, C0 and 90. RGB value is (5,192,144). Sum of RGB (Red+Green+Blue) = 5+192+144=341 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #05C090 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05C090 is #FA3F6F. Grayscale: #828282. Windows color (decimal): -16400240 or 9486341. OLE color: 9486341.

HSL color Cylindrical-coordinate representation of color #05C090: hue angle of 164.6º 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 #05C090 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 192 144 -
CMYK 0.97 0 0.25 0.25
HSL 164.6º 0.95% 0.39% -
HSV(B) 164.6º 0.97% 0.75% -
XYZ 23.95 39.75 32.8 -
YUV 130.62 135.55 38.4 -
System Red Green Blue C M Y K H S L
Decimal 5 192 144 0.97 0 0.25 0.25 164.6 0.95 0.39
Hex 5 C0 90 61 0 19 19 A5 5F 27
Octal 5 300 220 141 0 31 31 245 137 47
Binary 101 11000000 10010000 1100001 0 11001 11001 10100101 1011111 100111

Color Harmonies of #05C090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C090

Black with #05C090

Text Example


Text Example

White with #05C090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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