Html Css Color HEX #248D99 Java

📋 copy color: '#248D99'

red 36 ◦ green 141 ◦ blue 153

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

Shades of Java #248D99

Tints of Java #248D99

RGB

 RED value IS 36 (14.45% from 255) = 10.91%

 GREEN value IS 141 (55.47% from 255) = 42.73%

 BLUE value IS 153 (60.16% from 255) = 46.36%

R = 10.91%
G = 42.73%
B = 46.36%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#248D99 (or 0x248D99) is known color: Java. HEX triplet: 24, 8D and 99. RGB value is (36,141,153). Sum of RGB (Red+Green+Blue) = 36+141+153=330 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.91% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #248D99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248D99 is #DB7266. Grayscale: #6E6E6E. Windows color (decimal): -14381671 or 10063140. OLE color: 10063140.

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

Color convert

RGB 36 141 153 -
CMYK 0.76 0.08 0 0.4
HSL 186.15º 0.62% 0.37% -
HSV(B) 186.15º 0.76% 0.6% -
XYZ 16 21.72 33.49 -
YUV 110.97 151.71 74.52 -
System Red Green Blue C M Y K H S L
Decimal 36 141 153 0.76 0.08 0 0.4 186.15 0.62 0.37
Hex 24 8D 99 4C 8 0 28 BA 3E 25
Octal 44 215 231 114 10 0 50 272 76 45
Binary 100100 10001101 10011001 1001100 1000 0 101000 10111010 111110 100101

Color Harmonies of #248D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248D99

Black with #248D99

Text Example


Text Example

White with #248D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248D99; }

 p { color: rgb(36,141,153); }

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

background-color css

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

 a { background-color: rgb(36,141,153); }

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

border-color css

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

 span { border-color: rgb(36,141,153); }

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