Html Css Color HEX #7BCCC3 Bermuda

📋 copy color: '#7BCCC3'

red 123 ◦ green 204 ◦ blue 195

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

Shades of Bermuda #7BCCC3

Tints of Bermuda #7BCCC3

RGB

 RED value IS 123 (48.44% from 255) = 23.56%

 GREEN value IS 204 (80.08% from 255) = 39.08%

 BLUE value IS 195 (76.56% from 255) = 37.36%

R = 23.56%
G = 39.08%
B = 37.36%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#7BCCC3 (or 0x7BCCC3) is known color: Bermuda. HEX triplet: 7B, CC and C3. RGB value is (123,204,195). Sum of RGB (Red+Green+Blue) = 123+204+195=522 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.56% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCCC3 is #84333C. Grayscale: #B2B2B2. Windows color (decimal): -8663869 or 12831867. OLE color: 12831867.

HSL color Cylindrical-coordinate representation of color #7BCCC3: hue angle of 173.33º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCCC3 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 123 204 195 -
CMYK 0.40 0 0.04 0.2
HSL 173.33º 0.44% 0.64% -
HSV(B) 173.33º 0.4% 0.8% -
XYZ 39.61 51.34 59.45 -
YUV 178.76 137.16 88.23 -
System Red Green Blue C M Y K H S L
Decimal 123 204 195 0.40 0 0.04 0.2 173.33 0.44 0.64
Hex 7B CC C3 28 0 4 14 AD 2C 40
Octal 173 314 303 50 0 4 24 255 54 100
Binary 1111011 11001100 11000011 101000 0 100 10100 10101101 101100 1000000

Color Harmonies of #7BCCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCCC3

Black with #7BCCC3

Text Example


Text Example

White with #7BCCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BCCC3; }

 p { color: rgb(123,204,195); }

 H1.HeaderClassName
 {
   color: #7BCCC3;
 }
 .AnyTagClassName
 {
   color: #7BCCC3;
 }
</style>

background-color css

<style>
 a { background-color: #7BCCC3; }

 a { background-color: rgb(123,204,195); }

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

border-color css

<style>
 span { border-color: #7BCCC3; }

 span { border-color: rgb(123,204,195); }

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