Html Css Color HEX #25A6B9 Pelorous

📋 copy color: '#25A6B9'

red 37 ◦ green 166 ◦ blue 185

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

Shades of Pelorous #25A6B9

Tints of Pelorous #25A6B9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.78%

 BLUE value IS 185 (72.66% from 255) = 47.68%

R = 9.54%
G = 42.78%
B = 47.68%

CMYK

 C value IS 0.80

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#25A6B9 (or 0x25A6B9) is known color: Pelorous. HEX triplet: 25, A6 and B9. RGB value is (37,166,185). Sum of RGB (Red+Green+Blue) = 37+166+185=388 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.54% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 185 - color contains mainly: blue. Hex color #25A6B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A6B9 is #DA5946. Grayscale: #818181. Windows color (decimal): -14309703 or 12166693. OLE color: 12166693.

HSL color Cylindrical-coordinate representation of color #25A6B9: hue angle of 187.7º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25A6B9 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 166 185 -
CMYK 0.80 0.10 0 0.27
HSL 187.7º 0.67% 0.44% -
HSV(B) 187.7º 0.8% 0.73% -
XYZ 23.16 31.17 50.69 -
YUV 129.6 159.26 61.96 -
System Red Green Blue C M Y K H S L
Decimal 37 166 185 0.80 0.10 0 0.27 187.7 0.67 0.44
Hex 25 A6 B9 50 A 0 1B BC 43 2C
Octal 45 246 271 120 12 0 33 274 103 54
Binary 100101 10100110 10111001 1010000 1010 0 11011 10111100 1000011 101100

Color Harmonies of #25A6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A6B9

Black with #25A6B9

Text Example


Text Example

White with #25A6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25A6B9; }

 p { color: rgb(37,166,185); }

 H1.HeaderClassName
 {
   color: #25A6B9;
 }
 .AnyTagClassName
 {
   color: #25A6B9;
 }
</style>

background-color css

<style>
 a { background-color: #25A6B9; }

 a { background-color: rgb(37,166,185); }

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

border-color css

<style>
 span { border-color: #25A6B9; }

 span { border-color: rgb(37,166,185); }

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