Html Css Color HEX #25767C Atoll

📋 copy color: '#25767C'

red 37 ◦ green 118 ◦ blue 124

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

Shades of Atoll #25767C

Tints of Atoll #25767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.29%

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

R = 13.26%
G = 42.29%
B = 44.44%

CMYK

 C value IS 0.70

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25767C (or 0x25767C) is known color: Atoll. HEX triplet: 25, 76 and 7C. RGB value is (37,118,124). Sum of RGB (Red+Green+Blue) = 37+118+124=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #25767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25767C is #DA8983. Grayscale: #5E5E5E. Windows color (decimal): -14322052 or 8156709. OLE color: 8156709.

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

Color convert

RGB 37 118 124 -
CMYK 0.70 0.05 0 0.51
HSL 184.14º 0.54% 0.32% -
HSV(B) 184.14º 0.7% 0.49% -
XYZ 10.88 14.81 21.35 -
YUV 94.47 144.66 87.01 -
System Red Green Blue C M Y K H S L
Decimal 37 118 124 0.70 0.05 0 0.51 184.14 0.54 0.32
Hex 25 76 7C 46 5 0 33 B8 36 20
Octal 45 166 174 106 5 0 63 270 66 40
Binary 100101 1110110 1111100 1000110 101 0 110011 10111000 110110 100000

Color Harmonies of #25767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25767C

Black with #25767C

Text Example


Text Example

White with #25767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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