Html Css Color HEX #258080 Atoll

📋 copy color: '#258080'

red 37 ◦ green 128 ◦ blue 128

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

Shades of Atoll #258080

Tints of Atoll #258080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 43.69%

R = 12.63%
G = 43.69%
B = 43.69%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#258080 (or 0x258080) is known color: Atoll. HEX triplet: 25, 80 and 80. RGB value is (37,128,128). Sum of RGB (Red+Green+Blue) = 37+128+128=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 128 - color contains mainly: green, blue. Hex color #258080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258080 is #DA7F7F. Grayscale: #646464. Windows color (decimal): -14319488 or 8421413. OLE color: 8421413.

HSL color Cylindrical-coordinate representation of color #258080: hue angle of 180º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #258080 is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 128 128 -
CMYK 0.71 0 0 0.50
HSL 180º 0.55% 0.32% -
HSV(B) 180º 0.71% 0.5% -
XYZ 12.38 17.39 23.13 -
YUV 100.79 143.35 82.5 -
System Red Green Blue C M Y K H S L
Decimal 37 128 128 0.71 0 0 0.50 180 0.55 0.32
Hex 25 80 80 47 0 0 32 B4 37 20
Octal 45 200 200 107 0 0 62 264 67 40
Binary 100101 10000000 10000000 1000111 0 0 110010 10110100 110111 100000

Color Harmonies of #258080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258080

Black with #258080

Text Example


Text Example

White with #258080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258080; }

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

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

background-color css

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

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

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

border-color css

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

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

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