Html Css Color HEX #35AA7B Medium Sea Green

📋 copy color: '#35AA7B'

red 53 ◦ green 170 ◦ blue 123

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

Shades of Medium Sea Green #35AA7B

Tints of Medium Sea Green #35AA7B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.13%

 BLUE value IS 123 (48.44% from 255) = 35.55%

R = 15.32%
G = 49.13%
B = 35.55%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#35AA7B (or 0x35AA7B) is known color: Medium Sea Green. HEX triplet: 35, AA and 7B. RGB value is (53,170,123). Sum of RGB (Red+Green+Blue) = 53+170+123=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AA7B is #CA5584. Grayscale: #818181. Windows color (decimal): -13260165 or 8104501. OLE color: 8104501.

HSL color Cylindrical-coordinate representation of color #35AA7B: hue angle of 155.9º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AA7B is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 170 123 -
CMYK 0.69 0 0.28 0.33
HSL 155.9º 0.52% 0.44% -
HSV(B) 155.9º 0.69% 0.67% -
XYZ 19.42 30.94 23.69 -
YUV 129.66 124.24 73.32 -
System Red Green Blue C M Y K H S L
Decimal 53 170 123 0.69 0 0.28 0.33 155.9 0.52 0.44
Hex 35 AA 7B 45 0 1C 21 9C 34 2C
Octal 65 252 173 105 0 34 41 234 64 54
Binary 110101 10101010 1111011 1000101 0 11100 100001 10011100 110100 101100

Color Harmonies of #35AA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AA7B

Black with #35AA7B

Text Example


Text Example

White with #35AA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,170,123); }

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

background-color css

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

 a { background-color: rgb(53,170,123); }

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

border-color css

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

 span { border-color: rgb(53,170,123); }

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