Html Css Color HEX #1D968C Java

📋 copy color: '#1D968C'

red 29 ◦ green 150 ◦ blue 140

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

Shades of Java #1D968C

Tints of Java #1D968C

RGB

 RED value IS 29 (11.72% from 255) = 9.09%

 GREEN value IS 150 (58.98% from 255) = 47.02%

 BLUE value IS 140 (55.08% from 255) = 43.89%

R = 9.09%
G = 47.02%
B = 43.89%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#1D968C (or 0x1D968C) is known color: Java. HEX triplet: 1D, 96 and 8C. RGB value is (29,150,140). Sum of RGB (Red+Green+Blue) = 29+150+140=319 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.09% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #1D968C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D968C is #E26973. Grayscale: #707070. Windows color (decimal): -14838132 or 9213469. OLE color: 9213469.

HSL color Cylindrical-coordinate representation of color #1D968C: hue angle of 175.04º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D968C is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 29 150 140 -
CMYK 0.81 0 0.07 0.41
HSL 175.04º 0.68% 0.35% -
HSV(B) 175.04º 0.81% 0.59% -
XYZ 16.15 23.97 28.59 -
YUV 112.68 143.41 68.31 -
System Red Green Blue C M Y K H S L
Decimal 29 150 140 0.81 0 0.07 0.41 175.04 0.68 0.35
Hex 1D 96 8C 51 0 7 29 AF 44 23
Octal 35 226 214 121 0 7 51 257 104 43
Binary 11101 10010110 10001100 1010001 0 111 101001 10101111 1000100 100011

Color Harmonies of #1D968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D968C

Black with #1D968C

Text Example


Text Example

White with #1D968C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,150,140); }

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

background-color css

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

 a { background-color: rgb(29,150,140); }

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

border-color css

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

 span { border-color: rgb(29,150,140); }

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