Html Css Color HEX #35DFAB Shamrock

📋 copy color: '#35DFAB'

red 53 ◦ green 223 ◦ blue 171

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

Shades of Shamrock #35DFAB

Tints of Shamrock #35DFAB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.89%

 BLUE value IS 171 (67.19% from 255) = 38.26%

R = 11.86%
G = 49.89%
B = 38.26%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#35DFAB (or 0x35DFAB) is known color: Shamrock. HEX triplet: 35, DF and AB. RGB value is (53,223,171). Sum of RGB (Red+Green+Blue) = 53+223+171=447 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.86% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #35DFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DFAB is #CA2054. Grayscale: #A6A6A6. Windows color (decimal): -13246549 or 11263797. OLE color: 11263797.

HSL color Cylindrical-coordinate representation of color #35DFAB: hue angle of 161.65º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DFAB is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 223 171 -
CMYK 0.76 0 0.23 0.13
HSL 161.65º 0.73% 0.54% -
HSV(B) 161.65º 0.76% 0.87% -
XYZ 35.21 56.47 47.57 -
YUV 166.24 130.68 47.23 -
System Red Green Blue C M Y K H S L
Decimal 53 223 171 0.76 0 0.23 0.13 161.65 0.73 0.54
Hex 35 DF AB 4C 0 17 D A2 49 36
Octal 65 337 253 114 0 27 15 242 111 66
Binary 110101 11011111 10101011 1001100 0 10111 1101 10100010 1001001 110110

Color Harmonies of #35DFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DFAB

Black with #35DFAB

Text Example


Text Example

White with #35DFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,223,171); }

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

background-color css

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

 a { background-color: rgb(53,223,171); }

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

border-color css

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

 span { border-color: rgb(53,223,171); }

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