Html Css Color HEX #25858B Atoll

📋 copy color: '#25858B'

red 37 ◦ green 133 ◦ blue 139

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

Shades of Atoll #25858B

Tints of Atoll #25858B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.04%

 BLUE value IS 139 (54.69% from 255) = 44.98%

R = 11.97%
G = 43.04%
B = 44.98%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25858B (or 0x25858B) is known color: Atoll. HEX triplet: 25, 85 and 8B. RGB value is (37,133,139). Sum of RGB (Red+Green+Blue) = 37+133+139=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #25858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25858B is #DA7A74. Grayscale: #686868. Windows color (decimal): -14318197 or 9143589. OLE color: 9143589.

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

Color convert

RGB 37 133 139 -
CMYK 0.73 0.04 0 0.45
HSL 183.53º 0.58% 0.35% -
HSV(B) 183.53º 0.73% 0.55% -
XYZ 13.81 19.03 27.37 -
YUV 104.98 147.2 79.51 -
System Red Green Blue C M Y K H S L
Decimal 37 133 139 0.73 0.04 0 0.45 183.53 0.58 0.35
Hex 25 85 8B 49 4 0 2D B8 3A 23
Octal 45 205 213 111 4 0 55 270 72 43
Binary 100101 10000101 10001011 1001001 100 0 101101 10111000 111010 100011

Color Harmonies of #25858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25858B

Black with #25858B

Text Example


Text Example

White with #25858B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25858B; }

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

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

background-color css

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

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

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

border-color css

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

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

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