Html Css Color HEX #257575 Atoll

📋 copy color: '#257575'

red 37 ◦ green 117 ◦ blue 117

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

Shades of Atoll #257575

Tints of Atoll #257575

RGB

 RED value IS 37 (14.84% from 255) = 13.65%

 GREEN value IS 117 (46.09% from 255) = 43.17%

 BLUE value IS 117 (46.09% from 255) = 43.17%

R = 13.65%
G = 43.17%
B = 43.17%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#257575 (or 0x257575) is known color: Atoll. HEX triplet: 25, 75 and 75. RGB value is (37,117,117). Sum of RGB (Red+Green+Blue) = 37+117+117=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #257575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257575 is #DA8A8A. Grayscale: #5D5D5D. Windows color (decimal): -14322315 or 7697701. OLE color: 7697701.

HSL color Cylindrical-coordinate representation of color #257575: hue angle of 180º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257575 is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 117 117 -
CMYK 0.68 0 0 0.54
HSL 180º 0.52% 0.3% -
HSV(B) 180º 0.68% 0.46% -
XYZ 10.34 14.4 19.06 -
YUV 93.08 141.5 88 -
System Red Green Blue C M Y K H S L
Decimal 37 117 117 0.68 0 0 0.54 180 0.52 0.3
Hex 25 75 75 44 0 0 36 B4 34 1E
Octal 45 165 165 104 0 0 66 264 64 36
Binary 100101 1110101 1110101 1000100 0 0 110110 10110100 110100 11110

Color Harmonies of #257575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257575

Black with #257575

Text Example


Text Example

White with #257575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257575; }

 p { color: rgb(37,117,117); }

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

background-color css

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

 a { background-color: rgb(37,117,117); }

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

border-color css

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

 span { border-color: rgb(37,117,117); }

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