Html Css Color HEX #25808C Atoll

📋 copy color: '#25808C'

red 37 ◦ green 128 ◦ blue 140

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

Shades of Atoll #25808C

Tints of Atoll #25808C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.97%

 BLUE value IS 140 (55.08% from 255) = 45.9%

R = 12.13%
G = 41.97%
B = 45.9%

CMYK

 C value IS 0.74

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25808C (or 0x25808C) is known color: Atoll. HEX triplet: 25, 80 and 8C. RGB value is (37,128,140). Sum of RGB (Red+Green+Blue) = 37+128+140=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #25808C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25808C is #DA7F73. Grayscale: #666666. Windows color (decimal): -14319476 or 9207845. OLE color: 9207845.

HSL color Cylindrical-coordinate representation of color #25808C: hue angle of 186.99º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25808C is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 128 140 -
CMYK 0.74 0.09 0 0.45
HSL 186.99º 0.58% 0.35% -
HSV(B) 186.99º 0.74% 0.55% -
XYZ 13.22 17.73 27.54 -
YUV 102.16 149.35 81.52 -
System Red Green Blue C M Y K H S L
Decimal 37 128 140 0.74 0.09 0 0.45 186.99 0.58 0.35
Hex 25 80 8C 4A 9 0 2D BB 3A 23
Octal 45 200 214 112 11 0 55 273 72 43
Binary 100101 10000000 10001100 1001010 1001 0 101101 10111011 111010 100011

Color Harmonies of #25808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25808C

Black with #25808C

Text Example


Text Example

White with #25808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25808C; }

 p { color: rgb(37,128,140); }

 H1.HeaderClassName
 {
   color: #25808C;
 }
 .AnyTagClassName
 {
   color: #25808C;
 }
</style>

background-color css

<style>
 a { background-color: #25808C; }

 a { background-color: rgb(37,128,140); }

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

border-color css

<style>
 span { border-color: #25808C; }

 span { border-color: rgb(37,128,140); }

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