Html Css Color HEX #25828B Atoll

📋 copy color: '#25828B'

red 37 ◦ green 130 ◦ blue 139

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

Shades of Atoll #25828B

Tints of Atoll #25828B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.48%

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

R = 12.09%
G = 42.48%
B = 45.42%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25828B (or 0x25828B) is known color: Atoll. HEX triplet: 25, 82 and 8B. RGB value is (37,130,139). Sum of RGB (Red+Green+Blue) = 37+130+139=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #25828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25828B is #DA7D74. Grayscale: #676767. Windows color (decimal): -14318965 or 9142821. OLE color: 9142821.

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

Color convert

RGB 37 130 139 -
CMYK 0.73 0.06 0 0.45
HSL 185.29º 0.58% 0.35% -
HSV(B) 185.29º 0.73% 0.55% -
XYZ 13.41 18.22 27.24 -
YUV 103.22 148.19 80.77 -
System Red Green Blue C M Y K H S L
Decimal 37 130 139 0.73 0.06 0 0.45 185.29 0.58 0.35
Hex 25 82 8B 49 6 0 2D B9 3A 23
Octal 45 202 213 111 6 0 55 271 72 43
Binary 100101 10000010 10001011 1001001 110 0 101101 10111001 111010 100011

Color Harmonies of #25828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25828B

Black with #25828B

Text Example


Text Example

White with #25828B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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