Html Css Color HEX #15755B Deep Sea

📋 copy color: '#15755B'

red 21 ◦ green 117 ◦ blue 91

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

Shades of Deep Sea #15755B

Tints of Deep Sea #15755B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.74%

R = 9.17%
G = 51.09%
B = 39.74%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#15755B (or 0x15755B) is known color: Deep Sea. HEX triplet: 15, 75 and 5B. RGB value is (21,117,91). Sum of RGB (Red+Green+Blue) = 21+117+91=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #15755B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15755B is #EA8AA4. Grayscale: #555555. Windows color (decimal): -15370917 or 5993749. OLE color: 5993749.

HSL color Cylindrical-coordinate representation of color #15755B: hue angle of 163.75º 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 #15755B is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 117 91 -
CMYK 0.82 0 0.22 0.54
HSL 163.75º 0.7% 0.27% -
HSV(B) 163.75º 0.82% 0.46% -
XYZ 8.56 13.64 12.08 -
YUV 85.33 131.2 82.11 -
System Red Green Blue C M Y K H S L
Decimal 21 117 91 0.82 0 0.22 0.54 163.75 0.7 0.27
Hex 15 75 5B 52 0 16 36 A4 46 1B
Octal 25 165 133 122 0 26 66 244 106 33
Binary 10101 1110101 1011011 1010010 0 10110 110110 10100100 1000110 11011

Color Harmonies of #15755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15755B

Black with #15755B

Text Example


Text Example

White with #15755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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