Html Css Color HEX #25737D Atoll

📋 copy color: '#25737D'

red 37 ◦ green 115 ◦ blue 125

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

Shades of Atoll #25737D

Tints of Atoll #25737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.52%

 BLUE value IS 125 (49.22% from 255) = 45.13%

R = 13.36%
G = 41.52%
B = 45.13%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25737D (or 0x25737D) is known color: Atoll. HEX triplet: 25, 73 and 7D. RGB value is (37,115,125). Sum of RGB (Red+Green+Blue) = 37+115+125=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #25737D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25737D is #DA8C82. Grayscale: #5C5C5C. Windows color (decimal): -14322819 or 8221477. OLE color: 8221477.

HSL color Cylindrical-coordinate representation of color #25737D: hue angle of 186.82º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25737D is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 115 125 -
CMYK 0.70 0.08 0 0.51
HSL 186.82º 0.54% 0.32% -
HSV(B) 186.82º 0.7% 0.49% -
XYZ 10.6 14.14 21.57 -
YUV 92.82 146.16 88.19 -
System Red Green Blue C M Y K H S L
Decimal 37 115 125 0.70 0.08 0 0.51 186.82 0.54 0.32
Hex 25 73 7D 46 8 0 33 BB 36 20
Octal 45 163 175 106 10 0 63 273 66 40
Binary 100101 1110011 1111101 1000110 1000 0 110011 10111011 110110 100000

Color Harmonies of #25737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25737D

Black with #25737D

Text Example


Text Example

White with #25737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25737D; }

 p { color: rgb(37,115,125); }

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

background-color css

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

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

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

border-color css

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

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

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