Html Css Color HEX #35DBA4 Shamrock

📋 copy color: '#35DBA4'

red 53 ◦ green 219 ◦ blue 164

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

Shades of Shamrock #35DBA4

Tints of Shamrock #35DBA4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.23%

 BLUE value IS 164 (64.45% from 255) = 37.61%

R = 12.16%
G = 50.23%
B = 37.61%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#35DBA4 (or 0x35DBA4) is known color: Shamrock. HEX triplet: 35, DB and A4. RGB value is (53,219,164). Sum of RGB (Red+Green+Blue) = 53+219+164=436 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.16% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #35DBA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DBA4 is #CA245B. Grayscale: #A3A3A3. Windows color (decimal): -13247580 or 10804021. OLE color: 10804021.

HSL color Cylindrical-coordinate representation of color #35DBA4: hue angle of 160.12º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DBA4 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 219 164 -
CMYK 0.76 0 0.25 0.14
HSL 160.12º 0.7% 0.53% -
HSV(B) 160.12º 0.76% 0.86% -
XYZ 33.5 54.1 43.8 -
YUV 163.1 128.5 49.47 -
System Red Green Blue C M Y K H S L
Decimal 53 219 164 0.76 0 0.25 0.14 160.12 0.7 0.53
Hex 35 DB A4 4C 0 19 E A0 46 35
Octal 65 333 244 114 0 31 16 240 106 65
Binary 110101 11011011 10100100 1001100 0 11001 1110 10100000 1000110 110101

Color Harmonies of #35DBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DBA4

Black with #35DBA4

Text Example


Text Example

White with #35DBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,219,164); }

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

background-color css

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

 a { background-color: rgb(53,219,164); }

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

border-color css

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

 span { border-color: rgb(53,219,164); }

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