Html Css Color HEX #35DEAB Shamrock

📋 copy color: '#35DEAB'

red 53 ◦ green 222 ◦ blue 171

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

Shades of Shamrock #35DEAB

Tints of Shamrock #35DEAB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.78%

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

R = 11.88%
G = 49.78%
B = 38.34%

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

#35DEAB (or 0x35DEAB) is known color: Shamrock. HEX triplet: 35, DE and AB. RGB value is (53,222,171). Sum of RGB (Red+Green+Blue) = 53+222+171=446 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.88% from 446); Green value is 222 (87.11% from 255 or 49.78% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 222 - color contains mainly: green. Hex color #35DEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DEAB is #CA2154. Grayscale: #A5A5A5. Windows color (decimal): -13246805 or 11263541. OLE color: 11263541.

HSL color Cylindrical-coordinate representation of color #35DEAB: hue angle of 161.89º degrees, saturation: 0.72, 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 #35DEAB is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 222 171 -
CMYK 0.76 0 0.23 0.13
HSL 161.89º 0.72% 0.54% -
HSV(B) 161.89º 0.76% 0.87% -
XYZ 34.94 55.94 47.48 -
YUV 165.66 131.01 47.65 -
System Red Green Blue C M Y K H S L
Decimal 53 222 171 0.76 0 0.23 0.13 161.89 0.72 0.54
Hex 35 DE AB 4C 0 17 D A2 48 36
Octal 65 336 253 114 0 27 15 242 110 66
Binary 110101 11011110 10101011 1001100 0 10111 1101 10100010 1001000 110110

Color Harmonies of #35DEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DEAB

Black with #35DEAB

Text Example


Text Example

White with #35DEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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