Html Css Color HEX #35C992 Shamrock

📋 copy color: '#35C992'

red 53 ◦ green 201 ◦ blue 146

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

Shades of Shamrock #35C992

Tints of Shamrock #35C992

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.25%

 BLUE value IS 146 (57.42% from 255) = 36.5%

R = 13.25%
G = 50.25%
B = 36.5%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#35C992 (or 0x35C992) is known color: Shamrock. HEX triplet: 35, C9 and 92. RGB value is (53,201,146). Sum of RGB (Red+Green+Blue) = 53+201+146=400 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.25% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #35C992 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C992 is #CA366D. Grayscale: #969696. Windows color (decimal): -13252206 or 9619765. OLE color: 9619765.

HSL color Cylindrical-coordinate representation of color #35C992: hue angle of 157.7º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C992 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 53 201 146 -
CMYK 0.74 0 0.27 0.21
HSL 157.7º 0.58% 0.5% -
HSV(B) 157.7º 0.74% 0.79% -
XYZ 27.54 44.61 34.35 -
YUV 150.48 125.47 58.47 -
System Red Green Blue C M Y K H S L
Decimal 53 201 146 0.74 0 0.27 0.21 157.7 0.58 0.5
Hex 35 C9 92 4A 0 1B 15 9E 3A 32
Octal 65 311 222 112 0 33 25 236 72 62
Binary 110101 11001001 10010010 1001010 0 11011 10101 10011110 111010 110010

Color Harmonies of #35C992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C992

Black with #35C992

Text Example


Text Example

White with #35C992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,201,146); }

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

background-color css

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

 a { background-color: rgb(53,201,146); }

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

border-color css

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

 span { border-color: rgb(53,201,146); }

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