Html Css Color HEX #25745F Deep Sea

📋 copy color: '#25745F'

red 37 ◦ green 116 ◦ blue 95

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

Shades of Deep Sea #25745F

Tints of Deep Sea #25745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.77%

 BLUE value IS 95 (37.5% from 255) = 38.31%

R = 14.92%
G = 46.77%
B = 38.31%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#25745F (or 0x25745F) is known color: Deep Sea. HEX triplet: 25, 74 and 5F. RGB value is (37,116,95). Sum of RGB (Red+Green+Blue) = 37+116+95=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #25745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25745F is #DA8BA0. Grayscale: #595959. Windows color (decimal): -14322593 or 6255653. OLE color: 6255653.

HSL color Cylindrical-coordinate representation of color #25745F: hue angle of 164.05º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25745F is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 116 95 -
CMYK 0.68 0 0.18 0.55
HSL 164.05º 0.52% 0.3% -
HSV(B) 164.05º 0.68% 0.45% -
XYZ 9.07 13.71 12.99 -
YUV 89.99 130.83 90.21 -
System Red Green Blue C M Y K H S L
Decimal 37 116 95 0.68 0 0.18 0.55 164.05 0.52 0.3
Hex 25 74 5F 44 0 12 37 A4 34 1E
Octal 45 164 137 104 0 22 67 244 64 36
Binary 100101 1110100 1011111 1000100 0 10010 110111 10100100 110100 11110

Color Harmonies of #25745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25745F

Black with #25745F

Text Example


Text Example

White with #25745F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25745F; }

 p { color: rgb(37,116,95); }

 H1.HeaderClassName
 {
   color: #25745F;
 }
 .AnyTagClassName
 {
   color: #25745F;
 }
</style>

background-color css

<style>
 a { background-color: #25745F; }

 a { background-color: rgb(37,116,95); }

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

border-color css

<style>
 span { border-color: #25745F; }

 span { border-color: rgb(37,116,95); }

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