Html Css Color HEX #1C755A Deep Sea

📋 copy color: '#1C755A'

red 28 ◦ green 117 ◦ blue 90

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

Shades of Deep Sea #1C755A

Tints of Deep Sea #1C755A

RGB

 RED value IS 28 (11.33% from 255) = 11.91%

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

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

R = 11.91%
G = 49.79%
B = 38.3%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#1C755A (or 0x1C755A) is known color: Deep Sea. HEX triplet: 1C, 75 and 5A. RGB value is (28,117,90). Sum of RGB (Red+Green+Blue) = 28+117+90=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #1C755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C755A is #E38AA5. Grayscale: #575757. Windows color (decimal): -14912166 or 5928220. OLE color: 5928220.

HSL color Cylindrical-coordinate representation of color #1C755A: hue angle of 161.8º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C755A is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 28 117 90 -
CMYK 0.76 0 0.23 0.54
HSL 161.8º 0.61% 0.28% -
HSV(B) 161.8º 0.76% 0.46% -
XYZ 8.69 13.71 11.86 -
YUV 87.31 129.51 85.7 -
System Red Green Blue C M Y K H S L
Decimal 28 117 90 0.76 0 0.23 0.54 161.8 0.61 0.28
Hex 1C 75 5A 4C 0 17 36 A2 3D 1C
Octal 34 165 132 114 0 27 66 242 75 34
Binary 11100 1110101 1011010 1001100 0 10111 110110 10100010 111101 11100

Color Harmonies of #1C755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C755A

Black with #1C755A

Text Example


Text Example

White with #1C755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C755A; }

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

 H1.HeaderClassName
 {
   color: #1C755A;
 }
 .AnyTagClassName
 {
   color: #1C755A;
 }
</style>

background-color css

<style>
 a { background-color: #1C755A; }

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

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

border-color css

<style>
 span { border-color: #1C755A; }

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

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