Html Css Color HEX #33BFB4 Light Sea Green

📋 copy color: '#33BFB4'

red 51 ◦ green 191 ◦ blue 180

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

Shades of Light Sea Green #33BFB4

Tints of Light Sea Green #33BFB4

RGB

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

 GREEN value IS 191 (75% from 255) = 45.26%

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

R = 12.09%
G = 45.26%
B = 42.65%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#33BFB4 (or 0x33BFB4) is known color: Light Sea Green. HEX triplet: 33, BF and B4. RGB value is (51,191,180). Sum of RGB (Red+Green+Blue) = 51+191+180=422 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.09% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #33BFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BFB4 is #CC404B. Grayscale: #939393. Windows color (decimal): -13385804 or 11845427. OLE color: 11845427.

HSL color Cylindrical-coordinate representation of color #33BFB4: hue angle of 175.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BFB4 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 191 180 -
CMYK 0.73 0 0.06 0.25
HSL 175.29º 0.58% 0.47% -
HSV(B) 175.29º 0.73% 0.75% -
XYZ 28.23 41.26 49.66 -
YUV 147.89 146.12 58.89 -
System Red Green Blue C M Y K H S L
Decimal 51 191 180 0.73 0 0.06 0.25 175.29 0.58 0.47
Hex 33 BF B4 49 0 6 19 AF 3A 2F
Octal 63 277 264 111 0 6 31 257 72 57
Binary 110011 10111111 10110100 1001001 0 110 11001 10101111 111010 101111

Color Harmonies of #33BFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BFB4

Black with #33BFB4

Text Example


Text Example

White with #33BFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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