Html Css Color HEX #25777B Atoll

📋 copy color: '#25777B'

red 37 ◦ green 119 ◦ blue 123

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

Shades of Atoll #25777B

Tints of Atoll #25777B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.09%

R = 13.26%
G = 42.65%
B = 44.09%

CMYK

 C value IS 0.70

 M value IS 0.03

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#25777B (or 0x25777B) is known color: Atoll. HEX triplet: 25, 77 and 7B. RGB value is (37,119,123). Sum of RGB (Red+Green+Blue) = 37+119+123=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: blue. Hex color #25777B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25777B is #DA8884. Grayscale: #5E5E5E. Windows color (decimal): -14321797 or 8091429. OLE color: 8091429.

HSL color Cylindrical-coordinate representation of color #25777B: hue angle of 182.79º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25777B is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 119 123 -
CMYK 0.70 0.03 0 0.52
HSL 182.79º 0.54% 0.31% -
HSV(B) 182.79º 0.7% 0.48% -
XYZ 10.93 15.02 21.06 -
YUV 94.94 143.83 86.67 -
System Red Green Blue C M Y K H S L
Decimal 37 119 123 0.70 0.03 0 0.52 182.79 0.54 0.31
Hex 25 77 7B 46 3 0 34 B7 36 1F
Octal 45 167 173 106 3 0 64 267 66 37
Binary 100101 1110111 1111011 1000110 11 0 110100 10110111 110110 11111

Color Harmonies of #25777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25777B

Black with #25777B

Text Example


Text Example

White with #25777B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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