Html Css Color HEX #35BE8C Shamrock

📋 copy color: '#35BE8C'

red 53 ◦ green 190 ◦ blue 140

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

Shades of Shamrock #35BE8C

Tints of Shamrock #35BE8C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.61%

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 13.84%
G = 49.61%
B = 36.55%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#35BE8C (or 0x35BE8C) is known color: Shamrock. HEX triplet: 35, BE and 8C. RGB value is (53,190,140). Sum of RGB (Red+Green+Blue) = 53+190+140=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 190 (74.61% from 255 or 49.61% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 190 - color contains mainly: green. Hex color #35BE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BE8C is #CA4173. Grayscale: #8F8F8F. Windows color (decimal): -13255028 or 9223733. OLE color: 9223733.

HSL color Cylindrical-coordinate representation of color #35BE8C: hue angle of 158.1º degrees, saturation: 0.56, 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 #35BE8C is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 190 140 -
CMYK 0.72 0 0.26 0.25
HSL 158.1º 0.56% 0.48% -
HSV(B) 158.1º 0.72% 0.75% -
XYZ 24.62 39.48 31.13 -
YUV 143.34 126.11 63.57 -
System Red Green Blue C M Y K H S L
Decimal 53 190 140 0.72 0 0.26 0.25 158.1 0.56 0.48
Hex 35 BE 8C 48 0 1A 19 9E 38 30
Octal 65 276 214 110 0 32 31 236 70 60
Binary 110101 10111110 10001100 1001000 0 11010 11001 10011110 111000 110000

Color Harmonies of #35BE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BE8C

Black with #35BE8C

Text Example


Text Example

White with #35BE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,190,140); }

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

background-color css

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

 a { background-color: rgb(53,190,140); }

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

border-color css

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

 span { border-color: rgb(53,190,140); }

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