Html Css Color HEX #127B5B Deep Sea

📋 copy color: '#127B5B'

red 18 ◦ green 123 ◦ blue 91

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

Shades of Deep Sea #127B5B

Tints of Deep Sea #127B5B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 53.02%

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

R = 7.76%
G = 53.02%
B = 39.22%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#127B5B (or 0x127B5B) is known color: Deep Sea. HEX triplet: 12, 7B and 5B. RGB value is (18,123,91). Sum of RGB (Red+Green+Blue) = 18+123+91=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 123 (48.44% from 255 or 53.02% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 123 - color contains mainly: green. Hex color #127B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127B5B is #ED84A4. Grayscale: #575757. Windows color (decimal): -15565989 or 5995282. OLE color: 5995282.

HSL color Cylindrical-coordinate representation of color #127B5B: hue angle of 161.71º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127B5B is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 123 91 -
CMYK 0.85 0 0.26 0.52
HSL 161.71º 0.74% 0.28% -
HSV(B) 161.71º 0.85% 0.48% -
XYZ 9.22 15.05 12.32 -
YUV 87.96 129.71 78.1 -
System Red Green Blue C M Y K H S L
Decimal 18 123 91 0.85 0 0.26 0.52 161.71 0.74 0.28
Hex 12 7B 5B 55 0 1A 34 A2 4A 1C
Octal 22 173 133 125 0 32 64 242 112 34
Binary 10010 1111011 1011011 1010101 0 11010 110100 10100010 1001010 11100

Color Harmonies of #127B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127B5B

Black with #127B5B

Text Example


Text Example

White with #127B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127B5B; }

 p { color: rgb(18,123,91); }

 H1.HeaderClassName
 {
   color: #127B5B;
 }
 .AnyTagClassName
 {
   color: #127B5B;
 }
</style>

background-color css

<style>
 a { background-color: #127B5B; }

 a { background-color: rgb(18,123,91); }

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

border-color css

<style>
 span { border-color: #127B5B; }

 span { border-color: rgb(18,123,91); }

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