Html Css Color HEX #35BAA0 Shamrock

📋 copy color: '#35BAA0'

red 53 ◦ green 186 ◦ blue 160

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

Shades of Shamrock #35BAA0

Tints of Shamrock #35BAA0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.62%

 BLUE value IS 160 (62.89% from 255) = 40.1%

R = 13.28%
G = 46.62%
B = 40.1%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#35BAA0 (or 0x35BAA0) is known color: Shamrock. HEX triplet: 35, BA and A0. RGB value is (53,186,160). Sum of RGB (Red+Green+Blue) = 53+186+160=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #35BAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BAA0 is #CA455F. Grayscale: #8F8F8F. Windows color (decimal): -13256032 or 10533429. OLE color: 10533429.

HSL color Cylindrical-coordinate representation of color #35BAA0: hue angle of 168.27º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BAA0 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 186 160 -
CMYK 0.72 0 0.14 0.27
HSL 168.27º 0.56% 0.47% -
HSV(B) 168.27º 0.72% 0.73% -
XYZ 25.37 38.41 39.33 -
YUV 143.27 137.44 63.61 -
System Red Green Blue C M Y K H S L
Decimal 53 186 160 0.72 0 0.14 0.27 168.27 0.56 0.47
Hex 35 BA A0 48 0 E 1B A8 38 2F
Octal 65 272 240 110 0 16 33 250 70 57
Binary 110101 10111010 10100000 1001000 0 1110 11011 10101000 111000 101111

Color Harmonies of #35BAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BAA0

Black with #35BAA0

Text Example


Text Example

White with #35BAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,186,160); }

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

background-color css

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

 a { background-color: rgb(53,186,160); }

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

border-color css

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

 span { border-color: rgb(53,186,160); }

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