Html Css Color HEX #258685 Atoll

📋 copy color: '#258685'

red 37 ◦ green 134 ◦ blue 133

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

Shades of Atoll #258685

Tints of Atoll #258685

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.08%

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

R = 12.17%
G = 44.08%
B = 43.75%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#258685 (or 0x258685) is known color: Atoll. HEX triplet: 25, 86 and 85. RGB value is (37,134,133). Sum of RGB (Red+Green+Blue) = 37+134+133=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #258685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258685 is #DA797A. Grayscale: #686868. Windows color (decimal): -14317947 or 8750629. OLE color: 8750629.

HSL color Cylindrical-coordinate representation of color #258685: hue angle of 179.38º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258685 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 134 133 -
CMYK 0.72 0 0.01 0.47
HSL 179.38º 0.57% 0.34% -
HSV(B) 179.38º 0.72% 0.53% -
XYZ 13.52 19.14 25.17 -
YUV 104.88 143.86 79.58 -
System Red Green Blue C M Y K H S L
Decimal 37 134 133 0.72 0 0.01 0.47 179.38 0.57 0.34
Hex 25 86 85 48 0 1 2F B3 39 22
Octal 45 206 205 110 0 1 57 263 71 42
Binary 100101 10000110 10000101 1001000 0 1 101111 10110011 111001 100010

Color Harmonies of #258685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258685

Black with #258685

Text Example


Text Example

White with #258685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258685; }

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

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

background-color css

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

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

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

border-color css

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

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

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