Html Css Color HEX #1C948B Java

📋 copy color: '#1C948B'

red 28 ◦ green 148 ◦ blue 139

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

Shades of Java #1C948B

Tints of Java #1C948B

RGB

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

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

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

R = 8.89%
G = 46.98%
B = 44.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#1C948B (or 0x1C948B) is known color: Java. HEX triplet: 1C, 94 and 8B. RGB value is (28,148,139). Sum of RGB (Red+Green+Blue) = 28+148+139=315 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.89% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #1C948B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C948B is #E36B74. Grayscale: #6F6F6F. Windows color (decimal): -14904181 or 9147420. OLE color: 9147420.

HSL color Cylindrical-coordinate representation of color #1C948B: hue angle of 175.5º 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 #1C948B is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 148 139 -
CMYK 0.81 0 0.06 0.42
HSL 175.5º 0.68% 0.35% -
HSV(B) 175.5º 0.81% 0.58% -
XYZ 15.73 23.29 28.09 -
YUV 111.09 143.74 68.73 -
System Red Green Blue C M Y K H S L
Decimal 28 148 139 0.81 0 0.06 0.42 175.5 0.68 0.35
Hex 1C 94 8B 51 0 6 2A B0 44 23
Octal 34 224 213 121 0 6 52 260 104 43
Binary 11100 10010100 10001011 1010001 0 110 101010 10110000 1000100 100011

Color Harmonies of #1C948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C948B

Black with #1C948B

Text Example


Text Example

White with #1C948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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