Html Css Color HEX #308D8A Blue Chill

📋 copy color: '#308D8A'

red 48 ◦ green 141 ◦ blue 138

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

Shades of Blue Chill #308D8A

Tints of Blue Chill #308D8A

RGB

 RED value IS 48 (19.14% from 255) = 14.68%

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

 BLUE value IS 138 (54.3% from 255) = 42.2%

R = 14.68%
G = 43.12%
B = 42.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#308D8A (or 0x308D8A) is known color: Blue Chill. HEX triplet: 30, 8D and 8A. RGB value is (48,141,138). Sum of RGB (Red+Green+Blue) = 48+141+138=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 141 - color contains mainly: green. Hex color #308D8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308D8A is #CF7275. Grayscale: #707070. Windows color (decimal): -13595254 or 9080112. OLE color: 9080112.

HSL color Cylindrical-coordinate representation of color #308D8A: hue angle of 178.06º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308D8A is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 141 138 -
CMYK 0.66 0 0.02 0.45
HSL 178.06º 0.49% 0.37% -
HSV(B) 178.06º 0.66% 0.55% -
XYZ 15.33 21.51 27.39 -
YUV 112.85 142.19 81.74 -
System Red Green Blue C M Y K H S L
Decimal 48 141 138 0.66 0 0.02 0.45 178.06 0.49 0.37
Hex 30 8D 8A 42 0 2 2D B2 31 25
Octal 60 215 212 102 0 2 55 262 61 45
Binary 110000 10001101 10001010 1000010 0 10 101101 10110010 110001 100101

Color Harmonies of #308D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D8A

Black with #308D8A

Text Example


Text Example

White with #308D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308D8A; }

 p { color: rgb(48,141,138); }

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

background-color css

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

 a { background-color: rgb(48,141,138); }

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

border-color css

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

 span { border-color: rgb(48,141,138); }

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