Html Css Color HEX #35C090 Shamrock

📋 copy color: '#35C090'

red 53 ◦ green 192 ◦ blue 144

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

Shades of Shamrock #35C090

Tints of Shamrock #35C090

RGB

 RED value IS 53 (21.09% from 255) = 13.62%

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

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

R = 13.62%
G = 49.36%
B = 37.02%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#35C090 (or 0x35C090) is known color: Shamrock. HEX triplet: 35, C0 and 90. RGB value is (53,192,144). Sum of RGB (Red+Green+Blue) = 53+192+144=389 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.62% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #35C090 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C090 is #CA3F6F. Grayscale: #919191. Windows color (decimal): -13254512 or 9486389. OLE color: 9486389.

HSL color Cylindrical-coordinate representation of color #35C090: hue angle of 159.28º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35C090 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 192 144 -
CMYK 0.72 0 0.25 0.25
HSL 159.28º 0.57% 0.48% -
HSV(B) 159.28º 0.72% 0.75% -
XYZ 25.35 40.47 32.86 -
YUV 144.97 127.45 62.4 -
System Red Green Blue C M Y K H S L
Decimal 53 192 144 0.72 0 0.25 0.25 159.28 0.57 0.48
Hex 35 C0 90 48 0 19 19 9F 39 30
Octal 65 300 220 110 0 31 31 237 71 60
Binary 110101 11000000 10010000 1001000 0 11001 11001 10011111 111001 110000

Color Harmonies of #35C090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C090

Black with #35C090

Text Example


Text Example

White with #35C090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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