Html Css Color HEX #35DDB2 Shamrock

📋 copy color: '#35DDB2'

red 53 ◦ green 221 ◦ blue 178

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

Shades of Shamrock #35DDB2

Tints of Shamrock #35DDB2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.89%

 BLUE value IS 178 (69.92% from 255) = 39.38%

R = 11.73%
G = 48.89%
B = 39.38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#35DDB2 (or 0x35DDB2) is known color: Shamrock. HEX triplet: 35, DD and B2. RGB value is (53,221,178). Sum of RGB (Red+Green+Blue) = 53+221+178=452 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.73% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #35DDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DDB2 is #CA224D. Grayscale: #A5A5A5. Windows color (decimal): -13247054 or 11722037. OLE color: 11722037.

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

Color convert

RGB 53 221 178 -
CMYK 0.76 0 0.19 0.13
HSL 164.64º 0.71% 0.54% -
HSV(B) 164.64º 0.76% 0.87% -
XYZ 35.36 55.68 51 -
YUV 165.87 134.84 47.5 -
System Red Green Blue C M Y K H S L
Decimal 53 221 178 0.76 0 0.19 0.13 164.64 0.71 0.54
Hex 35 DD B2 4C 0 13 D A5 47 36
Octal 65 335 262 114 0 23 15 245 107 66
Binary 110101 11011101 10110010 1001100 0 10011 1101 10100101 1000111 110110

Color Harmonies of #35DDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DDB2

Black with #35DDB2

Text Example


Text Example

White with #35DDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,221,178); }

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

background-color css

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

 a { background-color: rgb(53,221,178); }

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

border-color css

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

 span { border-color: rgb(53,221,178); }

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