Html Css Color HEX #33BFBA Light Sea Green

📋 copy color: '#33BFBA'

red 51 ◦ green 191 ◦ blue 186

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

Shades of Light Sea Green #33BFBA

Tints of Light Sea Green #33BFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 11.92%
G = 44.63%
B = 43.46%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#33BFBA (or 0x33BFBA) is known color: Light Sea Green. HEX triplet: 33, BF and BA. RGB value is (51,191,186). Sum of RGB (Red+Green+Blue) = 51+191+186=428 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.92% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #33BFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BFBA is #CC4045. Grayscale: #949494. Windows color (decimal): -13385798 or 12238643. OLE color: 12238643.

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

Color convert

RGB 51 191 186 -
CMYK 0.73 0 0.03 0.25
HSL 177.86º 0.58% 0.47% -
HSV(B) 177.86º 0.73% 0.75% -
XYZ 28.86 41.51 52.95 -
YUV 148.57 149.12 58.41 -
System Red Green Blue C M Y K H S L
Decimal 51 191 186 0.73 0 0.03 0.25 177.86 0.58 0.47
Hex 33 BF BA 49 0 3 19 B2 3A 2F
Octal 63 277 272 111 0 3 31 262 72 57
Binary 110011 10111111 10111010 1001001 0 11 11001 10110010 111010 101111

Color Harmonies of #33BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BFBA

Black with #33BFBA

Text Example


Text Example

White with #33BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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