Html Css Color HEX #299C94 Java

📋 copy color: '#299C94'

red 41 ◦ green 156 ◦ blue 148

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

Shades of Java #299C94

Tints of Java #299C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.9%

R = 11.88%
G = 45.22%
B = 42.9%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#299C94 (or 0x299C94) is known color: Java. HEX triplet: 29, 9C and 94. RGB value is (41,156,148). Sum of RGB (Red+Green+Blue) = 41+156+148=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 156 - color contains mainly: green. Hex color #299C94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299C94 is #D6636B. Grayscale: #787878. Windows color (decimal): -14050156 or 9739305. OLE color: 9739305.

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

Color convert

RGB 41 156 148 -
CMYK 0.74 0 0.05 0.39
HSL 175.83º 0.58% 0.39% -
HSV(B) 175.83º 0.74% 0.61% -
XYZ 18.15 26.39 32.15 -
YUV 120.7 143.4 71.15 -
System Red Green Blue C M Y K H S L
Decimal 41 156 148 0.74 0 0.05 0.39 175.83 0.58 0.39
Hex 29 9C 94 4A 0 5 27 B0 3A 27
Octal 51 234 224 112 0 5 47 260 72 47
Binary 101001 10011100 10010100 1001010 0 101 100111 10110000 111010 100111

Color Harmonies of #299C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299C94

Black with #299C94

Text Example


Text Example

White with #299C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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