Html Css Color HEX #1C948A Java

📋 copy color: '#1C948A'

red 28 ◦ green 148 ◦ blue 138

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

Shades of Java #1C948A

Tints of Java #1C948A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.13%

 BLUE value IS 138 (54.3% from 255) = 43.95%

R = 8.92%
G = 47.13%
B = 43.95%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#1C948A (or 0x1C948A) is known color: Java. HEX triplet: 1C, 94 and 8A. RGB value is (28,148,138). Sum of RGB (Red+Green+Blue) = 28+148+138=314 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.92% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #1C948A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C948A is #E36B75. Grayscale: #6E6E6E. Windows color (decimal): -14904182 or 9081884. OLE color: 9081884.

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

Color convert

RGB 28 148 138 -
CMYK 0.81 0 0.07 0.42
HSL 175º 0.68% 0.35% -
HSV(B) 175º 0.81% 0.58% -
XYZ 15.66 23.26 27.71 -
YUV 110.98 143.24 68.81 -
System Red Green Blue C M Y K H S L
Decimal 28 148 138 0.81 0 0.07 0.42 175 0.68 0.35
Hex 1C 94 8A 51 0 7 2A AF 44 23
Octal 34 224 212 121 0 7 52 257 104 43
Binary 11100 10010100 10001010 1010001 0 111 101010 10101111 1000100 100011

Color Harmonies of #1C948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C948A

Black with #1C948A

Text Example


Text Example

White with #1C948A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,148,138); }

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

background-color css

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

 a { background-color: rgb(28,148,138); }

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

border-color css

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

 span { border-color: rgb(28,148,138); }

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