Html Css Color HEX #299C8F Java

📋 copy color: '#299C8F'

red 41 ◦ green 156 ◦ blue 143

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

Shades of Java #299C8F

Tints of Java #299C8F

RGB

 RED value IS 41 (16.41% from 255) = 12.06%

 GREEN value IS 156 (61.33% from 255) = 45.88%

 BLUE value IS 143 (56.25% from 255) = 42.06%

R = 12.06%
G = 45.88%
B = 42.06%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#299C8F (or 0x299C8F) is known color: Java. HEX triplet: 29, 9C and 8F. RGB value is (41,156,143). Sum of RGB (Red+Green+Blue) = 41+156+143=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 156 - color contains mainly: green. Hex color #299C8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299C8F is #D66370. Grayscale: #787878. Windows color (decimal): -14050161 or 9411625. OLE color: 9411625.

HSL color Cylindrical-coordinate representation of color #299C8F: hue angle of 173.22º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299C8F is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 156 143 -
CMYK 0.74 0 0.08 0.39
HSL 173.22º 0.58% 0.39% -
HSV(B) 173.22º 0.74% 0.61% -
XYZ 17.76 26.23 30.11 -
YUV 120.13 140.9 71.56 -
System Red Green Blue C M Y K H S L
Decimal 41 156 143 0.74 0 0.08 0.39 173.22 0.58 0.39
Hex 29 9C 8F 4A 0 8 27 AD 3A 27
Octal 51 234 217 112 0 10 47 255 72 47
Binary 101001 10011100 10001111 1001010 0 1000 100111 10101101 111010 100111

Color Harmonies of #299C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299C8F

Black with #299C8F

Text Example


Text Example

White with #299C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299C8F; }

 p { color: rgb(41,156,143); }

 H1.HeaderClassName
 {
   color: #299C8F;
 }
 .AnyTagClassName
 {
   color: #299C8F;
 }
</style>

background-color css

<style>
 a { background-color: #299C8F; }

 a { background-color: rgb(41,156,143); }

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

border-color css

<style>
 span { border-color: #299C8F; }

 span { border-color: rgb(41,156,143); }

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