Html Css Color HEX #29969B Java

📋 copy color: '#29969B'

red 41 ◦ green 150 ◦ blue 155

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

Shades of Java #29969B

Tints of Java #29969B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.35%

 BLUE value IS 155 (60.94% from 255) = 44.8%

R = 11.85%
G = 43.35%
B = 44.8%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29969B (or 0x29969B) is known color: Java. HEX triplet: 29, 96 and 9B. RGB value is (41,150,155). Sum of RGB (Red+Green+Blue) = 41+150+155=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #29969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29969B is #D66964. Grayscale: #757575. Windows color (decimal): -14051685 or 10196521. OLE color: 10196521.

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

Color convert

RGB 41 150 155 -
CMYK 0.74 0.03 0 0.39
HSL 182.63º 0.58% 0.38% -
HSV(B) 182.63º 0.74% 0.61% -
XYZ 17.74 24.65 34.83 -
YUV 117.98 148.89 73.09 -
System Red Green Blue C M Y K H S L
Decimal 41 150 155 0.74 0.03 0 0.39 182.63 0.58 0.38
Hex 29 96 9B 4A 3 0 27 B7 3A 26
Octal 51 226 233 112 3 0 47 267 72 46
Binary 101001 10010110 10011011 1001010 11 0 100111 10110111 111010 100110

Color Harmonies of #29969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29969B

Black with #29969B

Text Example


Text Example

White with #29969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29969B; }

 p { color: rgb(41,150,155); }

 H1.HeaderClassName
 {
   color: #29969B;
 }
 .AnyTagClassName
 {
   color: #29969B;
 }
</style>

background-color css

<style>
 a { background-color: #29969B; }

 a { background-color: rgb(41,150,155); }

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

border-color css

<style>
 span { border-color: #29969B; }

 span { border-color: rgb(41,150,155); }

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