Html Css Color HEX #299C9A Java

📋 copy color: '#299C9A'

red 41 ◦ green 156 ◦ blue 154

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

Shades of Java #299C9A

Tints of Java #299C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.87%

R = 11.68%
G = 44.44%
B = 43.87%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#299C9A (or 0x299C9A) is known color: Java. HEX triplet: 29, 9C and 9A. RGB value is (41,156,154). Sum of RGB (Red+Green+Blue) = 41+156+154=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 156 - color contains mainly: green. Hex color #299C9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299C9A is #D66365. Grayscale: #797979. Windows color (decimal): -14050150 or 10132521. OLE color: 10132521.

HSL color Cylindrical-coordinate representation of color #299C9A: hue angle of 178.96º 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 #299C9A is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 156 154 -
CMYK 0.74 0 0.01 0.39
HSL 178.96º 0.58% 0.39% -
HSV(B) 178.96º 0.74% 0.61% -
XYZ 18.64 26.58 34.72 -
YUV 121.39 146.4 70.66 -
System Red Green Blue C M Y K H S L
Decimal 41 156 154 0.74 0 0.01 0.39 178.96 0.58 0.39
Hex 29 9C 9A 4A 0 1 27 B3 3A 27
Octal 51 234 232 112 0 1 47 263 72 47
Binary 101001 10011100 10011010 1001010 0 1 100111 10110011 111010 100111

Color Harmonies of #299C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299C9A

Black with #299C9A

Text Example


Text Example

White with #299C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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