Html Css Color HEX #33B9B4 Light Sea Green

📋 copy color: '#33B9B4'

red 51 ◦ green 185 ◦ blue 180

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

Shades of Light Sea Green #33B9B4

Tints of Light Sea Green #33B9B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.27%

R = 12.26%
G = 44.47%
B = 43.27%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#33B9B4 (or 0x33B9B4) is known color: Light Sea Green. HEX triplet: 33, B9 and B4. RGB value is (51,185,180). Sum of RGB (Red+Green+Blue) = 51+185+180=416 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.26% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 185 - color contains mainly: green. Hex color #33B9B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33B9B4 is #CC464B. Grayscale: #909090. Windows color (decimal): -13387340 or 11843891. OLE color: 11843891.

HSL color Cylindrical-coordinate representation of color #33B9B4: hue angle of 177.76º 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 #33B9B4 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 185 180 -
CMYK 0.72 0 0.03 0.27
HSL 177.76º 0.57% 0.46% -
HSV(B) 177.76º 0.72% 0.73% -
XYZ 26.95 38.7 49.23 -
YUV 144.36 148.11 61.41 -
System Red Green Blue C M Y K H S L
Decimal 51 185 180 0.72 0 0.03 0.27 177.76 0.57 0.46
Hex 33 B9 B4 48 0 3 1B B2 39 2E
Octal 63 271 264 110 0 3 33 262 71 56
Binary 110011 10111001 10110100 1001000 0 11 11011 10110010 111001 101110

Color Harmonies of #33B9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B9B4

Black with #33B9B4

Text Example


Text Example

White with #33B9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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