Html Css Color HEX #33B9AF Light Sea Green

📋 copy color: '#33B9AF'

red 51 ◦ green 185 ◦ blue 175

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

Shades of Light Sea Green #33B9AF

Tints of Light Sea Green #33B9AF

RGB

 RED value IS 51 (20.31% from 255) = 12.41%

 GREEN value IS 185 (72.66% from 255) = 45.01%

 BLUE value IS 175 (68.75% from 255) = 42.58%

R = 12.41%
G = 45.01%
B = 42.58%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#33B9AF (or 0x33B9AF) is known color: Light Sea Green. HEX triplet: 33, B9 and AF. RGB value is (51,185,175). Sum of RGB (Red+Green+Blue) = 51+185+175=411 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.41% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 185 - color contains mainly: green. Hex color #33B9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B9AF is #CC4650. Grayscale: #8F8F8F. Windows color (decimal): -13387345 or 11516211. OLE color: 11516211.

HSL color Cylindrical-coordinate representation of color #33B9AF: hue angle of 175.52º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B9AF is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 185 175 -
CMYK 0.72 0 0.05 0.27
HSL 175.52º 0.57% 0.46% -
HSV(B) 175.52º 0.72% 0.73% -
XYZ 26.45 38.5 46.59 -
YUV 143.79 145.61 61.81 -
System Red Green Blue C M Y K H S L
Decimal 51 185 175 0.72 0 0.05 0.27 175.52 0.57 0.46
Hex 33 B9 AF 48 0 5 1B B0 39 2E
Octal 63 271 257 110 0 5 33 260 71 56
Binary 110011 10111001 10101111 1001000 0 101 11011 10110000 111001 101110

Color Harmonies of #33B9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B9AF

Black with #33B9AF

Text Example


Text Example

White with #33B9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33B9AF; }

 p { color: rgb(51,185,175); }

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

background-color css

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

 a { background-color: rgb(51,185,175); }

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

border-color css

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

 span { border-color: rgb(51,185,175); }

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