Html Css Color HEX #269990 Java

📋 copy color: '#269990'

red 38 ◦ green 153 ◦ blue 144

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

Shades of Java #269990

Tints of Java #269990

RGB

 RED value IS 38 (15.23% from 255) = 11.34%

 GREEN value IS 153 (60.16% from 255) = 45.67%

 BLUE value IS 144 (56.64% from 255) = 42.99%

R = 11.34%
G = 45.67%
B = 42.99%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#269990 (or 0x269990) is known color: Java. HEX triplet: 26, 99 and 90. RGB value is (38,153,144). Sum of RGB (Red+Green+Blue) = 38+153+144=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #269990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269990 is #D9666F. Grayscale: #757575. Windows color (decimal): -14247536 or 9476390. OLE color: 9476390.

HSL color Cylindrical-coordinate representation of color #269990: hue angle of 175.3º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269990 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 38 153 144 -
CMYK 0.75 0 0.06 0.4
HSL 175.3º 0.6% 0.37% -
HSV(B) 175.3º 0.75% 0.6% -
XYZ 17.22 25.21 30.34 -
YUV 117.59 142.9 71.23 -
System Red Green Blue C M Y K H S L
Decimal 38 153 144 0.75 0 0.06 0.4 175.3 0.6 0.37
Hex 26 99 90 4B 0 6 28 AF 3C 25
Octal 46 231 220 113 0 6 50 257 74 45
Binary 100110 10011001 10010000 1001011 0 110 101000 10101111 111100 100101

Color Harmonies of #269990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269990

Black with #269990

Text Example


Text Example

White with #269990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269990; }

 p { color: rgb(38,153,144); }

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

background-color css

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

 a { background-color: rgb(38,153,144); }

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

border-color css

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

 span { border-color: rgb(38,153,144); }

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