Html Css Color HEX #1C908C Java

📋 copy color: '#1C908C'

red 28 ◦ green 144 ◦ blue 140

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

Shades of Java #1C908C

Tints of Java #1C908C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.15%

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

R = 8.97%
G = 46.15%
B = 44.87%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#1C908C (or 0x1C908C) is known color: Java. HEX triplet: 1C, 90 and 8C. RGB value is (28,144,140). Sum of RGB (Red+Green+Blue) = 28+144+140=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #1C908C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C908C is #E36F73. Grayscale: #6C6C6C. Windows color (decimal): -14905204 or 9211932. OLE color: 9211932.

HSL color Cylindrical-coordinate representation of color #1C908C: hue angle of 177.93º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C908C is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 28 144 140 -
CMYK 0.81 0 0.03 0.44
HSL 177.93º 0.67% 0.34% -
HSV(B) 177.93º 0.81% 0.56% -
XYZ 15.19 22.09 28.27 -
YUV 108.86 145.57 70.33 -
System Red Green Blue C M Y K H S L
Decimal 28 144 140 0.81 0 0.03 0.44 177.93 0.67 0.34
Hex 1C 90 8C 51 0 3 2C B2 43 22
Octal 34 220 214 121 0 3 54 262 103 42
Binary 11100 10010000 10001100 1010001 0 11 101100 10110010 1000011 100010

Color Harmonies of #1C908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C908C

Black with #1C908C

Text Example


Text Example

White with #1C908C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,144,140); }

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

background-color css

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

 a { background-color: rgb(28,144,140); }

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

border-color css

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

 span { border-color: rgb(28,144,140); }

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