Html Css Color HEX #35BE9A Shamrock

📋 copy color: '#35BE9A'

red 53 ◦ green 190 ◦ blue 154

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

Shades of Shamrock #35BE9A

Tints of Shamrock #35BE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.79%

R = 13.35%
G = 47.86%
B = 38.79%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#35BE9A (or 0x35BE9A) is known color: Shamrock. HEX triplet: 35, BE and 9A. RGB value is (53,190,154). Sum of RGB (Red+Green+Blue) = 53+190+154=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #35BE9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BE9A is #CA4165. Grayscale: #909090. Windows color (decimal): -13255014 or 10141237. OLE color: 10141237.

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

Color convert

RGB 53 190 154 -
CMYK 0.72 0 0.19 0.25
HSL 164.23º 0.56% 0.48% -
HSV(B) 164.23º 0.72% 0.75% -
XYZ 25.71 39.92 36.92 -
YUV 144.93 133.11 62.43 -
System Red Green Blue C M Y K H S L
Decimal 53 190 154 0.72 0 0.19 0.25 164.23 0.56 0.48
Hex 35 BE 9A 48 0 13 19 A4 38 30
Octal 65 276 232 110 0 23 31 244 70 60
Binary 110101 10111110 10011010 1001000 0 10011 11001 10100100 111000 110000

Color Harmonies of #35BE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BE9A

Black with #35BE9A

Text Example


Text Example

White with #35BE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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