Html Css Color HEX #35DBA5 Shamrock

📋 copy color: '#35DBA5'

red 53 ◦ green 219 ◦ blue 165

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

Shades of Shamrock #35DBA5

Tints of Shamrock #35DBA5

RGB

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

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

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

R = 12.13%
G = 50.11%
B = 37.76%

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

#35DBA5 (or 0x35DBA5) is known color: Shamrock. HEX triplet: 35, DB and A5. RGB value is (53,219,165). Sum of RGB (Red+Green+Blue) = 53+219+165=437 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.13% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #35DBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DBA5 is #CA245A. Grayscale: #A3A3A3. Windows color (decimal): -13247579 or 10869557. OLE color: 10869557.

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

Color convert

RGB 53 219 165 -
CMYK 0.76 0 0.25 0.14
HSL 160.48º 0.7% 0.53% -
HSV(B) 160.48º 0.76% 0.86% -
XYZ 33.59 54.14 44.28 -
YUV 163.21 129 49.39 -
System Red Green Blue C M Y K H S L
Decimal 53 219 165 0.76 0 0.25 0.14 160.48 0.7 0.53
Hex 35 DB A5 4C 0 19 E A0 46 35
Octal 65 333 245 114 0 31 16 240 106 65
Binary 110101 11011011 10100101 1001100 0 11001 1110 10100000 1000110 110101

Color Harmonies of #35DBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DBA5

Black with #35DBA5

Text Example


Text Example

White with #35DBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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