Html Css Color HEX #25838B Atoll

📋 copy color: '#25838B'

red 37 ◦ green 131 ◦ blue 139

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

Shades of Atoll #25838B

Tints of Atoll #25838B

RGB

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

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

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

R = 12.05%
G = 42.67%
B = 45.28%

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

#25838B (or 0x25838B) is known color: Atoll. HEX triplet: 25, 83 and 8B. RGB value is (37,131,139). Sum of RGB (Red+Green+Blue) = 37+131+139=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #25838B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25838B is #DA7C74. Grayscale: #676767. Windows color (decimal): -14318709 or 9143077. OLE color: 9143077.

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

Color convert

RGB 37 131 139 -
CMYK 0.73 0.06 0 0.45
HSL 184.71º 0.58% 0.35% -
HSV(B) 184.71º 0.73% 0.55% -
XYZ 13.54 18.49 27.28 -
YUV 103.81 147.86 80.35 -
System Red Green Blue C M Y K H S L
Decimal 37 131 139 0.73 0.06 0 0.45 184.71 0.58 0.35
Hex 25 83 8B 49 6 0 2D B9 3A 23
Octal 45 203 213 111 6 0 55 271 72 43
Binary 100101 10000011 10001011 1001001 110 0 101101 10111001 111010 100011

Color Harmonies of #25838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25838B

Black with #25838B

Text Example


Text Example

White with #25838B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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