Html Css Color HEX #25818B Atoll

📋 copy color: '#25818B'

red 37 ◦ green 129 ◦ blue 139

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

Shades of Atoll #25818B

Tints of Atoll #25818B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.3%

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

R = 12.13%
G = 42.3%
B = 45.57%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25818B (or 0x25818B) is known color: Atoll. HEX triplet: 25, 81 and 8B. RGB value is (37,129,139). Sum of RGB (Red+Green+Blue) = 37+129+139=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #25818B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25818B is #DA7E74. Grayscale: #666666. Windows color (decimal): -14319221 or 9142565. OLE color: 9142565.

HSL color Cylindrical-coordinate representation of color #25818B: hue angle of 185.88º 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 #25818B is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 129 139 -
CMYK 0.73 0.07 0 0.45
HSL 185.88º 0.58% 0.35% -
HSV(B) 185.88º 0.73% 0.55% -
XYZ 13.27 17.96 27.19 -
YUV 102.63 148.52 81.19 -
System Red Green Blue C M Y K H S L
Decimal 37 129 139 0.73 0.07 0 0.45 185.88 0.58 0.35
Hex 25 81 8B 49 7 0 2D BA 3A 23
Octal 45 201 213 111 7 0 55 272 72 43
Binary 100101 10000001 10001011 1001001 111 0 101101 10111010 111010 100011

Color Harmonies of #25818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25818B

Black with #25818B

Text Example


Text Example

White with #25818B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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