Html Css Color HEX #358380 Atoll

📋 copy color: '#358380'

red 53 ◦ green 131 ◦ blue 128

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

Shades of Atoll #358380

Tints of Atoll #358380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.99%

 BLUE value IS 128 (50.39% from 255) = 41.03%

R = 16.99%
G = 41.99%
B = 41.03%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#358380 (or 0x358380) is known color: Atoll. HEX triplet: 35, 83 and 80. RGB value is (53,131,128). Sum of RGB (Red+Green+Blue) = 53+131+128=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 131 - color contains mainly: green. Hex color #358380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358380 is #CA7C7F. Grayscale: #6B6B6B. Windows color (decimal): -13270144 or 8422197. OLE color: 8422197.

HSL color Cylindrical-coordinate representation of color #358380: hue angle of 177.69º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358380 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 131 128 -
CMYK 0.60 0 0.02 0.49
HSL 177.69º 0.42% 0.36% -
HSV(B) 177.69º 0.6% 0.51% -
XYZ 13.48 18.55 23.29 -
YUV 107.34 139.66 89.24 -
System Red Green Blue C M Y K H S L
Decimal 53 131 128 0.60 0 0.02 0.49 177.69 0.42 0.36
Hex 35 83 80 3C 0 2 31 B2 2A 24
Octal 65 203 200 74 0 2 61 262 52 44
Binary 110101 10000011 10000000 111100 0 10 110001 10110010 101010 100100

Color Harmonies of #358380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358380

Black with #358380

Text Example


Text Example

White with #358380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358380; }

 p { color: rgb(53,131,128); }

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

background-color css

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

 a { background-color: rgb(53,131,128); }

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

border-color css

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

 span { border-color: rgb(53,131,128); }

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