Html Css Color HEX #258985 Atoll

📋 copy color: '#258985'

red 37 ◦ green 137 ◦ blue 133

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

Shades of Atoll #258985

Tints of Atoll #258985

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.63%

 BLUE value IS 133 (52.34% from 255) = 43.32%

R = 12.05%
G = 44.63%
B = 43.32%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#258985 (or 0x258985) is known color: Atoll. HEX triplet: 25, 89 and 85. RGB value is (37,137,133). Sum of RGB (Red+Green+Blue) = 37+137+133=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #258985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258985 is #DA767A. Grayscale: #6A6A6A. Windows color (decimal): -14317179 or 8751397. OLE color: 8751397.

HSL color Cylindrical-coordinate representation of color #258985: hue angle of 177.6º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258985 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 137 133 -
CMYK 0.73 0 0.03 0.46
HSL 177.6º 0.57% 0.34% -
HSV(B) 177.6º 0.73% 0.54% -
XYZ 13.94 19.98 25.31 -
YUV 106.64 142.87 78.33 -
System Red Green Blue C M Y K H S L
Decimal 37 137 133 0.73 0 0.03 0.46 177.6 0.57 0.34
Hex 25 89 85 49 0 3 2E B2 39 22
Octal 45 211 205 111 0 3 56 262 71 42
Binary 100101 10001001 10000101 1001001 0 11 101110 10110010 111001 100010

Color Harmonies of #258985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258985

Black with #258985

Text Example


Text Example

White with #258985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258985; }

 p { color: rgb(37,137,133); }

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

background-color css

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

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

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

border-color css

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

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

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