Html Css Color HEX #25737C Atoll

📋 copy color: '#25737C'

red 37 ◦ green 115 ◦ blue 124

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

Shades of Atoll #25737C

Tints of Atoll #25737C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.93%

R = 13.41%
G = 41.67%
B = 44.93%

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25737C (or 0x25737C) is known color: Atoll. HEX triplet: 25, 73 and 7C. RGB value is (37,115,124). Sum of RGB (Red+Green+Blue) = 37+115+124=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #25737C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25737C is #DA8C83. Grayscale: #5C5C5C. Windows color (decimal): -14322820 or 8155941. OLE color: 8155941.

HSL color Cylindrical-coordinate representation of color #25737C: hue angle of 186.21º 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 #25737C is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 115 124 -
CMYK 0.70 0.07 0 0.51
HSL 186.21º 0.54% 0.32% -
HSV(B) 186.21º 0.7% 0.49% -
XYZ 10.53 14.11 21.24 -
YUV 92.7 145.66 88.27 -
System Red Green Blue C M Y K H S L
Decimal 37 115 124 0.70 0.07 0 0.51 186.21 0.54 0.32
Hex 25 73 7C 46 7 0 33 BA 36 20
Octal 45 163 174 106 7 0 63 272 66 40
Binary 100101 1110011 1111100 1000110 111 0 110011 10111010 110110 100000

Color Harmonies of #25737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25737C

Black with #25737C

Text Example


Text Example

White with #25737C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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