Html Css Color HEX #12795C Deep Sea

📋 copy color: '#12795C'

red 18 ◦ green 121 ◦ blue 92

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

Shades of Deep Sea #12795C

Tints of Deep Sea #12795C

RGB

 RED value IS 18 (7.42% from 255) = 7.79%

 GREEN value IS 121 (47.66% from 255) = 52.38%

 BLUE value IS 92 (36.33% from 255) = 39.83%

R = 7.79%
G = 52.38%
B = 39.83%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#12795C (or 0x12795C) is known color: Deep Sea. HEX triplet: 12, 79 and 5C. RGB value is (18,121,92). Sum of RGB (Red+Green+Blue) = 18+121+92=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #12795C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12795C is #ED86A3. Grayscale: #565656. Windows color (decimal): -15566500 or 6060306. OLE color: 6060306.

HSL color Cylindrical-coordinate representation of color #12795C: hue angle of 163.11º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12795C is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 121 92 -
CMYK 0.85 0 0.24 0.53
HSL 163.11º 0.74% 0.27% -
HSV(B) 163.11º 0.85% 0.47% -
XYZ 9.02 14.58 12.46 -
YUV 86.9 130.88 78.86 -
System Red Green Blue C M Y K H S L
Decimal 18 121 92 0.85 0 0.24 0.53 163.11 0.74 0.27
Hex 12 79 5C 55 0 18 35 A3 4A 1B
Octal 22 171 134 125 0 30 65 243 112 33
Binary 10010 1111001 1011100 1010101 0 11000 110101 10100011 1001010 11011

Color Harmonies of #12795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12795C

Black with #12795C

Text Example


Text Example

White with #12795C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12795C; }

 p { color: rgb(18,121,92); }

 H1.HeaderClassName
 {
   color: #12795C;
 }
 .AnyTagClassName
 {
   color: #12795C;
 }
</style>

background-color css

<style>
 a { background-color: #12795C; }

 a { background-color: rgb(18,121,92); }

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

border-color css

<style>
 span { border-color: #12795C; }

 span { border-color: rgb(18,121,92); }

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