Html Css Color HEX #299A8F Java

📋 copy color: '#299A8F'

red 41 ◦ green 154 ◦ blue 143

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

Shades of Java #299A8F

Tints of Java #299A8F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.56%

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

R = 12.13%
G = 45.56%
B = 42.31%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#299A8F (or 0x299A8F) is known color: Java. HEX triplet: 29, 9A and 8F. RGB value is (41,154,143). Sum of RGB (Red+Green+Blue) = 41+154+143=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 154 - color contains mainly: green. Hex color #299A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299A8F is #D66570. Grayscale: #767676. Windows color (decimal): -14050673 or 9411113. OLE color: 9411113.

HSL color Cylindrical-coordinate representation of color #299A8F: hue angle of 174.16º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299A8F is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 154 143 -
CMYK 0.73 0 0.07 0.40
HSL 174.16º 0.58% 0.38% -
HSV(B) 174.16º 0.73% 0.6% -
XYZ 17.43 25.57 30 -
YUV 118.96 141.56 72.39 -
System Red Green Blue C M Y K H S L
Decimal 41 154 143 0.73 0 0.07 0.40 174.16 0.58 0.38
Hex 29 9A 8F 49 0 7 28 AE 3A 26
Octal 51 232 217 111 0 7 50 256 72 46
Binary 101001 10011010 10001111 1001001 0 111 101000 10101110 111010 100110

Color Harmonies of #299A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299A8F

Black with #299A8F

Text Example


Text Example

White with #299A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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