Html Css Color HEX #25767A Atoll

📋 copy color: '#25767A'

red 37 ◦ green 118 ◦ blue 122

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

Shades of Atoll #25767A

Tints of Atoll #25767A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.04%

R = 13.36%
G = 42.6%
B = 44.04%

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

#25767A (or 0x25767A) is known color: Atoll. HEX triplet: 25, 76 and 7A. RGB value is (37,118,122). Sum of RGB (Red+Green+Blue) = 37+118+122=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 122 - color contains mainly: blue. Hex color #25767A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25767A is #DA8985. Grayscale: #5E5E5E. Windows color (decimal): -14322054 or 8025637. OLE color: 8025637.

HSL color Cylindrical-coordinate representation of color #25767A: hue angle of 182.82º degrees, saturation: 0.53, 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 #25767A is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 118 122 -
CMYK 0.70 0.03 0 0.52
HSL 182.82º 0.53% 0.31% -
HSV(B) 182.82º 0.7% 0.48% -
XYZ 10.75 14.76 20.69 -
YUV 94.24 143.66 87.17 -
System Red Green Blue C M Y K H S L
Decimal 37 118 122 0.70 0.03 0 0.52 182.82 0.53 0.31
Hex 25 76 7A 46 3 0 34 B7 35 1F
Octal 45 166 172 106 3 0 64 267 65 37
Binary 100101 1110110 1111010 1000110 11 0 110100 10110111 110101 11111

Color Harmonies of #25767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25767A

Black with #25767A

Text Example


Text Example

White with #25767A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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