Html Css Color HEX #35BFA5 Shamrock

📋 copy color: '#35BFA5'

red 53 ◦ green 191 ◦ blue 165

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

Shades of Shamrock #35BFA5

Tints of Shamrock #35BFA5

RGB

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

 GREEN value IS 191 (75% from 255) = 46.7%

 BLUE value IS 165 (64.84% from 255) = 40.34%

R = 12.96%
G = 46.7%
B = 40.34%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#35BFA5 (or 0x35BFA5) is known color: Shamrock. HEX triplet: 35, BF and A5. RGB value is (53,191,165). Sum of RGB (Red+Green+Blue) = 53+191+165=409 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.96% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #35BFA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BFA5 is #CA405A. Grayscale: #929292. Windows color (decimal): -13254747 or 10862389. OLE color: 10862389.

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

Color convert

RGB 53 191 165 -
CMYK 0.72 0 0.14 0.25
HSL 168.7º 0.57% 0.48% -
HSV(B) 168.7º 0.72% 0.75% -
XYZ 26.89 40.74 42.04 -
YUV 146.77 138.28 61.11 -
System Red Green Blue C M Y K H S L
Decimal 53 191 165 0.72 0 0.14 0.25 168.7 0.57 0.48
Hex 35 BF A5 48 0 E 19 A9 39 30
Octal 65 277 245 110 0 16 31 251 71 60
Binary 110101 10111111 10100101 1001000 0 1110 11001 10101001 111001 110000

Color Harmonies of #35BFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BFA5

Black with #35BFA5

Text Example


Text Example

White with #35BFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,191,165); }

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

background-color css

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

 a { background-color: rgb(53,191,165); }

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

border-color css

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

 span { border-color: rgb(53,191,165); }

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