Html Css Color HEX #25767F Atoll

📋 copy color: '#25767F'

red 37 ◦ green 118 ◦ blue 127

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

Shades of Atoll #25767F

Tints of Atoll #25767F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.04%

R = 13.12%
G = 41.84%
B = 45.04%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#25767F (or 0x25767F) is known color: Atoll. HEX triplet: 25, 76 and 7F. RGB value is (37,118,127). Sum of RGB (Red+Green+Blue) = 37+118+127=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #25767F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25767F is #DA8980. Grayscale: #5E5E5E. Windows color (decimal): -14322049 or 8353317. OLE color: 8353317.

HSL color Cylindrical-coordinate representation of color #25767F: hue angle of 186º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25767F is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 118 127 -
CMYK 0.71 0.07 0 0.50
HSL 186º 0.55% 0.32% -
HSV(B) 186º 0.71% 0.5% -
XYZ 11.07 14.88 22.37 -
YUV 94.81 146.16 86.77 -
System Red Green Blue C M Y K H S L
Decimal 37 118 127 0.71 0.07 0 0.50 186 0.55 0.32
Hex 25 76 7F 47 7 0 32 BA 37 20
Octal 45 166 177 107 7 0 62 272 67 40
Binary 100101 1110110 1111111 1000111 111 0 110010 10111010 110111 100000

Color Harmonies of #25767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25767F

Black with #25767F

Text Example


Text Example

White with #25767F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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