Html Css Color HEX #25777D Atoll

📋 copy color: '#25777D'

red 37 ◦ green 119 ◦ blue 125

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

Shades of Atoll #25777D

Tints of Atoll #25777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.35%

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

R = 13.17%
G = 42.35%
B = 44.48%

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

#25777D (or 0x25777D) is known color: Atoll. HEX triplet: 25, 77 and 7D. RGB value is (37,119,125). Sum of RGB (Red+Green+Blue) = 37+119+125=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #25777D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25777D is #DA8882. Grayscale: #5F5F5F. Windows color (decimal): -14321795 or 8222501. OLE color: 8222501.

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

Color convert

RGB 37 119 125 -
CMYK 0.70 0.05 0 0.51
HSL 184.09º 0.54% 0.32% -
HSV(B) 184.09º 0.7% 0.49% -
XYZ 11.06 15.07 21.73 -
YUV 95.17 144.83 86.51 -
System Red Green Blue C M Y K H S L
Decimal 37 119 125 0.70 0.05 0 0.51 184.09 0.54 0.32
Hex 25 77 7D 46 5 0 33 B8 36 20
Octal 45 167 175 106 5 0 63 270 66 40
Binary 100101 1110111 1111101 1000110 101 0 110011 10111000 110110 100000

Color Harmonies of #25777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25777D

Black with #25777D

Text Example


Text Example

White with #25777D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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