Html Css Color HEX #28969B Java

📋 copy color: '#28969B'

red 40 ◦ green 150 ◦ blue 155

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

Shades of Java #28969B

Tints of Java #28969B

RGB

 RED value IS 40 (16.02% from 255) = 11.59%

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

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

R = 11.59%
G = 43.48%
B = 44.93%

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

#28969B (or 0x28969B) is known color: Java. HEX triplet: 28, 96 and 9B. RGB value is (40,150,155). Sum of RGB (Red+Green+Blue) = 40+150+155=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #28969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28969B is #D76964. Grayscale: #757575. Windows color (decimal): -14117221 or 10196520. OLE color: 10196520.

HSL color Cylindrical-coordinate representation of color #28969B: hue angle of 182.61º degrees, saturation: 0.59, 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 #28969B is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 150 155 -
CMYK 0.74 0.03 0 0.39
HSL 182.61º 0.59% 0.38% -
HSV(B) 182.61º 0.74% 0.61% -
XYZ 17.7 24.63 34.83 -
YUV 117.68 149.06 72.59 -
System Red Green Blue C M Y K H S L
Decimal 40 150 155 0.74 0.03 0 0.39 182.61 0.59 0.38
Hex 28 96 9B 4A 3 0 27 B7 3B 26
Octal 50 226 233 112 3 0 47 267 73 46
Binary 101000 10010110 10011011 1001010 11 0 100111 10110111 111011 100110

Color Harmonies of #28969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28969B

Black with #28969B

Text Example


Text Example

White with #28969B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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