Html Css Color HEX #25828E Atoll

📋 copy color: '#25828E'

red 37 ◦ green 130 ◦ blue 142

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

Shades of Atoll #25828E

Tints of Atoll #25828E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.07%

 BLUE value IS 142 (55.86% from 255) = 45.95%

R = 11.97%
G = 42.07%
B = 45.95%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25828E (or 0x25828E) is known color: Atoll. HEX triplet: 25, 82 and 8E. RGB value is (37,130,142). Sum of RGB (Red+Green+Blue) = 37+130+142=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #25828E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25828E is #DA7D71. Grayscale: #676767. Windows color (decimal): -14318962 or 9339429. OLE color: 9339429.

HSL color Cylindrical-coordinate representation of color #25828E: hue angle of 186.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25828E is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 130 142 -
CMYK 0.74 0.08 0 0.44
HSL 186.86º 0.59% 0.35% -
HSV(B) 186.86º 0.74% 0.56% -
XYZ 13.63 18.31 28.41 -
YUV 103.56 149.69 80.52 -
System Red Green Blue C M Y K H S L
Decimal 37 130 142 0.74 0.08 0 0.44 186.86 0.59 0.35
Hex 25 82 8E 4A 8 0 2C BB 3B 23
Octal 45 202 216 112 10 0 54 273 73 43
Binary 100101 10000010 10001110 1001010 1000 0 101100 10111011 111011 100011

Color Harmonies of #25828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25828E

Black with #25828E

Text Example


Text Example

White with #25828E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25828E; }

 p { color: rgb(37,130,142); }

 H1.HeaderClassName
 {
   color: #25828E;
 }
 .AnyTagClassName
 {
   color: #25828E;
 }
</style>

background-color css

<style>
 a { background-color: #25828E; }

 a { background-color: rgb(37,130,142); }

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

border-color css

<style>
 span { border-color: #25828E; }

 span { border-color: rgb(37,130,142); }

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