Html Css Color HEX #25765E Deep Sea

📋 copy color: '#25765E'

red 37 ◦ green 118 ◦ blue 94

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

Shades of Deep Sea #25765E

Tints of Deep Sea #25765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.39%

 BLUE value IS 94 (37.11% from 255) = 37.75%

R = 14.86%
G = 47.39%
B = 37.75%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#25765E (or 0x25765E) is known color: Deep Sea. HEX triplet: 25, 76 and 5E. RGB value is (37,118,94). Sum of RGB (Red+Green+Blue) = 37+118+94=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #25765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25765E is #DA89A1. Grayscale: #5B5B5B. Windows color (decimal): -14322082 or 6190629. OLE color: 6190629.

HSL color Cylindrical-coordinate representation of color #25765E: hue angle of 162.22º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25765E is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 118 94 -
CMYK 0.69 0 0.20 0.54
HSL 162.22º 0.52% 0.3% -
HSV(B) 162.22º 0.69% 0.46% -
XYZ 9.26 14.16 12.83 -
YUV 91.05 129.66 89.45 -
System Red Green Blue C M Y K H S L
Decimal 37 118 94 0.69 0 0.20 0.54 162.22 0.52 0.3
Hex 25 76 5E 45 0 14 36 A2 34 1E
Octal 45 166 136 105 0 24 66 242 64 36
Binary 100101 1110110 1011110 1000101 0 10100 110110 10100010 110100 11110

Color Harmonies of #25765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25765E

Black with #25765E

Text Example


Text Example

White with #25765E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25765E; }

 p { color: rgb(37,118,94); }

 H1.HeaderClassName
 {
   color: #25765E;
 }
 .AnyTagClassName
 {
   color: #25765E;
 }
</style>

background-color css

<style>
 a { background-color: #25765E; }

 a { background-color: rgb(37,118,94); }

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

border-color css

<style>
 span { border-color: #25765E; }

 span { border-color: rgb(37,118,94); }

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