Html Css Color HEX #35CDB0 Shamrock

📋 copy color: '#35CDB0'

red 53 ◦ green 205 ◦ blue 176

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

Shades of Shamrock #35CDB0

Tints of Shamrock #35CDB0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.24%

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

R = 12.21%
G = 47.24%
B = 40.55%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#35CDB0 (or 0x35CDB0) is known color: Shamrock. HEX triplet: 35, CD and B0. RGB value is (53,205,176). Sum of RGB (Red+Green+Blue) = 53+205+176=434 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.21% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #35CDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CDB0 is #CA324F. Grayscale: #9C9C9C. Windows color (decimal): -13251152 or 11586869. OLE color: 11586869.

HSL color Cylindrical-coordinate representation of color #35CDB0: hue angle of 168.55º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CDB0 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 205 176 -
CMYK 0.74 0 0.14 0.20
HSL 168.55º 0.6% 0.51% -
HSV(B) 168.55º 0.74% 0.8% -
XYZ 31.14 47.55 48.61 -
YUV 156.25 139.14 54.36 -
System Red Green Blue C M Y K H S L
Decimal 53 205 176 0.74 0 0.14 0.20 168.55 0.6 0.51
Hex 35 CD B0 4A 0 E 14 A9 3C 33
Octal 65 315 260 112 0 16 24 251 74 63
Binary 110101 11001101 10110000 1001010 0 1110 10100 10101001 111100 110011

Color Harmonies of #35CDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CDB0

Black with #35CDB0

Text Example


Text Example

White with #35CDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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