Html Css Color HEX #25534B Evening Sea

📋 copy color: '#25534B'

red 37 ◦ green 83 ◦ blue 75

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

Shades of Evening Sea #25534B

Tints of Evening Sea #25534B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.56%

 BLUE value IS 75 (29.69% from 255) = 38.46%

R = 18.97%
G = 42.56%
B = 38.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#25534B (or 0x25534B) is known color: Evening Sea. HEX triplet: 25, 53 and 4B. RGB value is (37,83,75). Sum of RGB (Red+Green+Blue) = 37+83+75=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #25534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25534B is #DAACB4. Grayscale: #444444. Windows color (decimal): -14331061 or 4936485. OLE color: 4936485.

HSL color Cylindrical-coordinate representation of color #25534B: hue angle of 169.57º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25534B is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 83 75 -
CMYK 0.55 0 0.10 0.67
HSL 169.57º 0.38% 0.24% -
HSV(B) 169.57º 0.55% 0.33% -
XYZ 5.13 7.09 7.75 -
YUV 68.33 131.76 105.65 -
System Red Green Blue C M Y K H S L
Decimal 37 83 75 0.55 0 0.10 0.67 169.57 0.38 0.24
Hex 25 53 4B 37 0 A 43 AA 26 18
Octal 45 123 113 67 0 12 103 252 46 30
Binary 100101 1010011 1001011 110111 0 1010 1000011 10101010 100110 11000

Color Harmonies of #25534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25534B

Black with #25534B

Text Example


Text Example

White with #25534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,83,75); }

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

background-color css

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

 a { background-color: rgb(37,83,75); }

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

border-color css

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

 span { border-color: rgb(37,83,75); }

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