Html Css Color HEX #35CBAB Shamrock

📋 copy color: '#35CBAB'

red 53 ◦ green 203 ◦ blue 171

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

Shades of Shamrock #35CBAB

Tints of Shamrock #35CBAB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.54%

 BLUE value IS 171 (67.19% from 255) = 40.05%

R = 12.41%
G = 47.54%
B = 40.05%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#35CBAB (or 0x35CBAB) is known color: Shamrock. HEX triplet: 35, CB and AB. RGB value is (53,203,171). Sum of RGB (Red+Green+Blue) = 53+203+171=427 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.41% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #35CBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CBAB is #CA3454. Grayscale: #9A9A9A. Windows color (decimal): -13251669 or 11258677. OLE color: 11258677.

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

Color convert

RGB 53 203 171 -
CMYK 0.74 0 0.16 0.20
HSL 167.2º 0.59% 0.5% -
HSV(B) 167.2º 0.74% 0.8% -
XYZ 30.17 46.41 45.9 -
YUV 154.5 137.31 55.6 -
System Red Green Blue C M Y K H S L
Decimal 53 203 171 0.74 0 0.16 0.20 167.2 0.59 0.5
Hex 35 CB AB 4A 0 10 14 A7 3B 32
Octal 65 313 253 112 0 20 24 247 73 62
Binary 110101 11001011 10101011 1001010 0 10000 10100 10100111 111011 110010

Color Harmonies of #35CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CBAB

Black with #35CBAB

Text Example


Text Example

White with #35CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,203,171); }

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

background-color css

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

 a { background-color: rgb(53,203,171); }

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

border-color css

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

 span { border-color: rgb(53,203,171); }

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