Html Css Color HEX #25838A Atoll

📋 copy color: '#25838A'

red 37 ◦ green 131 ◦ blue 138

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

Shades of Atoll #25838A

Tints of Atoll #25838A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.1%

R = 12.09%
G = 42.81%
B = 45.1%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#25838A (or 0x25838A) is known color: Atoll. HEX triplet: 25, 83 and 8A. RGB value is (37,131,138). Sum of RGB (Red+Green+Blue) = 37+131+138=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #25838A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25838A is #DA7C75. Grayscale: #676767. Windows color (decimal): -14318710 or 9077541. OLE color: 9077541.

HSL color Cylindrical-coordinate representation of color #25838A: hue angle of 184.16º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25838A is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 131 138 -
CMYK 0.73 0.05 0 0.46
HSL 184.16º 0.58% 0.34% -
HSV(B) 184.16º 0.73% 0.54% -
XYZ 13.47 18.46 26.9 -
YUV 103.69 147.36 80.43 -
System Red Green Blue C M Y K H S L
Decimal 37 131 138 0.73 0.05 0 0.46 184.16 0.58 0.34
Hex 25 83 8A 49 5 0 2E B8 3A 22
Octal 45 203 212 111 5 0 56 270 72 42
Binary 100101 10000011 10001010 1001001 101 0 101110 10111000 111010 100010

Color Harmonies of #25838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25838A

Black with #25838A

Text Example


Text Example

White with #25838A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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