Html Css Color HEX #248B8B Java

📋 copy color: '#248B8B'

red 36 ◦ green 139 ◦ blue 139

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

Shades of Java #248B8B

Tints of Java #248B8B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.27%

 BLUE value IS 139 (54.69% from 255) = 44.27%

R = 11.46%
G = 44.27%
B = 44.27%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#248B8B (or 0x248B8B) is known color: Java. HEX triplet: 24, 8B and 8B. RGB value is (36,139,139). Sum of RGB (Red+Green+Blue) = 36+139+139=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #248B8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248B8B is #DB7474. Grayscale: #6C6C6C. Windows color (decimal): -14382197 or 9145124. OLE color: 9145124.

HSL color Cylindrical-coordinate representation of color #248B8B: hue angle of 180º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248B8B is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 139 139 -
CMYK 0.74 0 0 0.45
HSL 180º 0.59% 0.34% -
HSV(B) 180º 0.74% 0.55% -
XYZ 14.62 20.7 27.65 -
YUV 108.2 145.38 76.5 -
System Red Green Blue C M Y K H S L
Decimal 36 139 139 0.74 0 0 0.45 180 0.59 0.34
Hex 24 8B 8B 4A 0 0 2D B4 3B 22
Octal 44 213 213 112 0 0 55 264 73 42
Binary 100100 10001011 10001011 1001010 0 0 101101 10110100 111011 100010

Color Harmonies of #248B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248B8B

Black with #248B8B

Text Example


Text Example

White with #248B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,139,139); }

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

background-color css

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

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

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

border-color css

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

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

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