Html Css Color HEX #35DFB0 Shamrock

📋 copy color: '#35DFB0'

red 53 ◦ green 223 ◦ blue 176

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

Shades of Shamrock #35DFB0

Tints of Shamrock #35DFB0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.34%

 BLUE value IS 176 (69.14% from 255) = 38.94%

R = 11.73%
G = 49.34%
B = 38.94%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#35DFB0 (or 0x35DFB0) is known color: Shamrock. HEX triplet: 35, DF and B0. RGB value is (53,223,176). Sum of RGB (Red+Green+Blue) = 53+223+176=452 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.73% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #35DFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DFB0 is #CA204F. Grayscale: #A6A6A6. Windows color (decimal): -13246544 or 11591477. OLE color: 11591477.

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

Color convert

RGB 53 223 176 -
CMYK 0.76 0 0.21 0.13
HSL 163.41º 0.73% 0.54% -
HSV(B) 163.41º 0.76% 0.87% -
XYZ 35.69 56.67 50.13 -
YUV 166.81 133.18 46.82 -
System Red Green Blue C M Y K H S L
Decimal 53 223 176 0.76 0 0.21 0.13 163.41 0.73 0.54
Hex 35 DF B0 4C 0 15 D A3 49 36
Octal 65 337 260 114 0 25 15 243 111 66
Binary 110101 11011111 10110000 1001100 0 10101 1101 10100011 1001001 110110

Color Harmonies of #35DFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DFB0

Black with #35DFB0

Text Example


Text Example

White with #35DFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,223,176); }

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

background-color css

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

 a { background-color: rgb(53,223,176); }

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

border-color css

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

 span { border-color: rgb(53,223,176); }

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