Html Css Color HEX #1C968B Java

📋 copy color: '#1C968B'

red 28 ◦ green 150 ◦ blue 139

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

Shades of Java #1C968B

Tints of Java #1C968B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.85%

R = 8.83%
G = 47.32%
B = 43.85%

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

#1C968B (or 0x1C968B) is known color: Java. HEX triplet: 1C, 96 and 8B. RGB value is (28,150,139). Sum of RGB (Red+Green+Blue) = 28+150+139=317 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.83% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #1C968B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C968B is #E36974. Grayscale: #707070. Windows color (decimal): -14903669 or 9147932. OLE color: 9147932.

HSL color Cylindrical-coordinate representation of color #1C968B: hue angle of 174.59º degrees, saturation: 0.69, 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 #1C968B is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 28 150 139 -
CMYK 0.81 0 0.07 0.41
HSL 174.59º 0.69% 0.35% -
HSV(B) 174.59º 0.81% 0.59% -
XYZ 16.05 23.92 28.2 -
YUV 112.27 143.08 67.89 -
System Red Green Blue C M Y K H S L
Decimal 28 150 139 0.81 0 0.07 0.41 174.59 0.69 0.35
Hex 1C 96 8B 51 0 7 29 AF 45 23
Octal 34 226 213 121 0 7 51 257 105 43
Binary 11100 10010110 10001011 1010001 0 111 101001 10101111 1000101 100011

Color Harmonies of #1C968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C968B

Black with #1C968B

Text Example


Text Example

White with #1C968B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,150,139); }

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

background-color css

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

 a { background-color: rgb(28,150,139); }

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

border-color css

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

 span { border-color: rgb(28,150,139); }

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