Html Css Color HEX #25838D Atoll

📋 copy color: '#25838D'

red 37 ◦ green 131 ◦ blue 141

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

Shades of Atoll #25838D

Tints of Atoll #25838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.39%

 BLUE value IS 141 (55.47% from 255) = 45.63%

R = 11.97%
G = 42.39%
B = 45.63%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25838D (or 0x25838D) is known color: Atoll. HEX triplet: 25, 83 and 8D. RGB value is (37,131,141). Sum of RGB (Red+Green+Blue) = 37+131+141=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #25838D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25838D is #DA7C72. Grayscale: #676767. Windows color (decimal): -14318707 or 9274149. OLE color: 9274149.

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

Color convert

RGB 37 131 141 -
CMYK 0.74 0.07 0 0.45
HSL 185.77º 0.58% 0.35% -
HSV(B) 185.77º 0.74% 0.55% -
XYZ 13.69 18.55 28.06 -
YUV 104.03 148.86 80.19 -
System Red Green Blue C M Y K H S L
Decimal 37 131 141 0.74 0.07 0 0.45 185.77 0.58 0.35
Hex 25 83 8D 4A 7 0 2D BA 3A 23
Octal 45 203 215 112 7 0 55 272 72 43
Binary 100101 10000011 10001101 1001010 111 0 101101 10111010 111010 100011

Color Harmonies of #25838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25838D

Black with #25838D

Text Example


Text Example

White with #25838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25838D; }

 p { color: rgb(37,131,141); }

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

background-color css

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

 a { background-color: rgb(37,131,141); }

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

border-color css

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

 span { border-color: rgb(37,131,141); }

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