Html Css Color HEX #15755A Deep Sea

📋 copy color: '#15755A'

red 21 ◦ green 117 ◦ blue 90

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

Shades of Deep Sea #15755A

Tints of Deep Sea #15755A

RGB

 RED value IS 21 (8.59% from 255) = 9.21%

 GREEN value IS 117 (46.09% from 255) = 51.32%

 BLUE value IS 90 (35.55% from 255) = 39.47%

R = 9.21%
G = 51.32%
B = 39.47%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#15755A (or 0x15755A) is known color: Deep Sea. HEX triplet: 15, 75 and 5A. RGB value is (21,117,90). Sum of RGB (Red+Green+Blue) = 21+117+90=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 117 (46.09% from 255 or 51.32% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 117 - color contains mainly: green. Hex color #15755A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15755A is #EA8AA5. Grayscale: #555555. Windows color (decimal): -15370918 or 5928213. OLE color: 5928213.

HSL color Cylindrical-coordinate representation of color #15755A: hue angle of 163.12º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15755A is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 117 90 -
CMYK 0.82 0 0.23 0.54
HSL 163.13º 0.7% 0.27% -
HSV(B) 163.13º 0.82% 0.46% -
XYZ 8.52 13.62 11.85 -
YUV 85.22 130.7 82.2 -
System Red Green Blue C M Y K H S L
Decimal 21 117 90 0.82 0 0.23 0.54 163.13 0.7 0.27
Hex 15 75 5A 52 0 17 36 A3 46 1B
Octal 25 165 132 122 0 27 66 243 106 33
Binary 10101 1110101 1011010 1010010 0 10111 110110 10100011 1000110 11011

Color Harmonies of #15755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15755A

Black with #15755A

Text Example


Text Example

White with #15755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15755A; }

 p { color: rgb(21,117,90); }

 H1.HeaderClassName
 {
   color: #15755A;
 }
 .AnyTagClassName
 {
   color: #15755A;
 }
</style>

background-color css

<style>
 a { background-color: #15755A; }

 a { background-color: rgb(21,117,90); }

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

border-color css

<style>
 span { border-color: #15755A; }

 span { border-color: rgb(21,117,90); }

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