Html Css Color HEX #25747A Atoll

📋 copy color: '#25747A'

red 37 ◦ green 116 ◦ blue 122

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

Shades of Atoll #25747A

Tints of Atoll #25747A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.18%

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

R = 13.45%
G = 42.18%
B = 44.36%

CMYK

 C value IS 0.70

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#25747A (or 0x25747A) is known color: Atoll. HEX triplet: 25, 74 and 7A. RGB value is (37,116,122). Sum of RGB (Red+Green+Blue) = 37+116+122=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 122 - color contains mainly: blue. Hex color #25747A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25747A is #DA8B85. Grayscale: #5C5C5C. Windows color (decimal): -14322566 or 8025125. OLE color: 8025125.

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

Color convert

RGB 37 116 122 -
CMYK 0.70 0.05 0 0.52
HSL 184.24º 0.53% 0.31% -
HSV(B) 184.24º 0.7% 0.48% -
XYZ 10.52 14.29 20.62 -
YUV 93.06 144.33 88.01 -
System Red Green Blue C M Y K H S L
Decimal 37 116 122 0.70 0.05 0 0.52 184.24 0.53 0.31
Hex 25 74 7A 46 5 0 34 B8 35 1F
Octal 45 164 172 106 5 0 64 270 65 37
Binary 100101 1110100 1111010 1000110 101 0 110100 10111000 110101 11111

Color Harmonies of #25747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25747A

Black with #25747A

Text Example


Text Example

White with #25747A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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