Html Css Color HEX #127B65 Deep Sea

📋 copy color: '#127B65'

red 18 ◦ green 123 ◦ blue 101

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

Shades of Deep Sea #127B65

Tints of Deep Sea #127B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.74%

R = 7.44%
G = 50.83%
B = 41.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.18

 K value IS 0.52

RGB Variations

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

Color information

#127B65 (or 0x127B65) is known color: Deep Sea. HEX triplet: 12, 7B and 65. RGB value is (18,123,101). Sum of RGB (Red+Green+Blue) = 18+123+101=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 123 (48.44% from 255 or 50.83% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 123 - color contains mainly: green. Hex color #127B65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127B65 is #ED849A. Grayscale: #595959. Windows color (decimal): -15565979 or 6650642. OLE color: 6650642.

HSL color Cylindrical-coordinate representation of color #127B65: hue angle of 167.43º 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 #127B65 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 123 101 -
CMYK 0.85 0 0.18 0.52
HSL 167.43º 0.74% 0.28% -
HSV(B) 167.43º 0.85% 0.48% -
XYZ 9.68 15.23 14.74 -
YUV 89.1 134.71 77.29 -
System Red Green Blue C M Y K H S L
Decimal 18 123 101 0.85 0 0.18 0.52 167.43 0.74 0.28
Hex 12 7B 65 55 0 12 34 A7 4A 1C
Octal 22 173 145 125 0 22 64 247 112 34
Binary 10010 1111011 1100101 1010101 0 10010 110100 10100111 1001010 11100

Color Harmonies of #127B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127B65

Black with #127B65

Text Example


Text Example

White with #127B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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