Html Css Color HEX #35D1B4 Shamrock

📋 copy color: '#35D1B4'

red 53 ◦ green 209 ◦ blue 180

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

Shades of Shamrock #35D1B4

Tints of Shamrock #35D1B4

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.29%

 BLUE value IS 180 (70.7% from 255) = 40.72%

R = 11.99%
G = 47.29%
B = 40.72%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#35D1B4 (or 0x35D1B4) is known color: Shamrock. HEX triplet: 35, D1 and B4. RGB value is (53,209,180). Sum of RGB (Red+Green+Blue) = 53+209+180=442 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.99% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 209 - color contains mainly: green. Hex color #35D1B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D1B4 is #CA2E4B. Grayscale: #9F9F9F. Windows color (decimal): -13250124 or 11850037. OLE color: 11850037.

HSL color Cylindrical-coordinate representation of color #35D1B4: hue angle of 168.85º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D1B4 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 53 209 180 -
CMYK 0.75 0 0.14 0.18
HSL 168.85º 0.63% 0.51% -
HSV(B) 168.85º 0.75% 0.82% -
XYZ 32.51 49.65 51.05 -
YUV 159.05 139.82 52.36 -
System Red Green Blue C M Y K H S L
Decimal 53 209 180 0.75 0 0.14 0.18 168.85 0.63 0.51
Hex 35 D1 B4 4B 0 E 12 A9 3F 33
Octal 65 321 264 113 0 16 22 251 77 63
Binary 110101 11010001 10110100 1001011 0 1110 10010 10101001 111111 110011

Color Harmonies of #35D1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D1B4

Black with #35D1B4

Text Example


Text Example

White with #35D1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,209,180); }

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

background-color css

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

 a { background-color: rgb(53,209,180); }

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

border-color css

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

 span { border-color: rgb(53,209,180); }

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